主要文件 core/os/thread.h 、core/os/thread.cpp
线程类 thread 声明原型
typedef void (*ThreadCreateCallback)(void *p_userdata);
2020-09-25