pthread
#Fleeting_Notes
pthreadはPOSIXスレッド
joinable thread と detached threadがある
pthread_create()
pthread_join()
pthread_detach()
code:pthread.c
#include <pthread.h>
int pthread_create(pthread_t * thread,
pthread_attr_t * attr,
void * (*start_routine)(void *),
void * arg);
確認用
Q. pthread
参考
pthreadの使い方 - Qiita
POSIXスレッド - Wikipedia
スレッドは join しなくてもよい - 冷たき沢の岩陰の
pthread_create - create a new thread
関連
Native POSIX Thread Library - Wikipedia
メモ
POSIX Threads Programming | LLNL HPC Tutorials
FindThreads — CMake 4.3.1 Documentation
https://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html
調査用
/pogi-log/Google.icon pthread
/pogi-log/Google.icon pthread
/pogi-log/Wikipedia.icon
pthread - Wikipedia(日)
pthread(検索) - Wikipedia(日)
/pogi-log/Wikipedia.icon
pthread - Wikipedia(英)
pthread(検索) - Wikipedia(英)