线程的建立---线程标识ID

[1]int pthread_create(pthread_t *restrict thread,         const pthread_attr_t *restrict attr,         void *(*start_routine)(void*),         void *restrict arg);   thread: 线程建立成功的话,会将分配的线程ID填入该指针指向的地
相关文章
相关标签/搜索