线程创建过程

📅 2026/6/27 3:11:58
线程创建过程
pthread_create(pthread_t* thread, const pthread_attr_t * attr, void* (start_routine)(void*), void *arg );