POSIX线程库头文件:<pthread.h>
编译引用库 -pthread
1、创建线程
int pthread_create(pthread_t *restrict thread,
const pthread_attr_t *restr[......]
POSIX线程库头文件:<pthread.h>
编译引用库 -pthread
1、创建线程
int pthread_create(pthread_t *restrict thread,
const pthread_attr_t *restr[......]