pthread
joinable thread と detached threadがある
pthread_create()
pthread_join()
pthread_detach()
code:pthread.c
int pthread_create(pthread_t * thread,
pthread_attr_t * attr,
void * (*start_routine)(void *),
void * arg);
確認用
Q. pthread
参考
関連
メモ
調査用
/pogi-log/Wikipedia.icon
/pogi-log/Wikipedia.icon