极客学院课程Linux下 C 编程——线程操作

来源:互联网 发布:职业规划测评软件 编辑:程序博客网 时间:2024/05/22 11:45

#include<pthread.h>

#include<>



#include<pthread.h>

int pthread_attr_getdetachstat(const pthread_attr_t $attr,int *detachstate)

int pthread_attr_setdetachstat();

0 0