pthread_self - ライブラリコールの説明 - Linux コマンド集 一覧表
名前
pthread_self - カレントスレッドの ID を返す
書式
#include <pthread.h>
pthread_t pthread_self(void);
説明
"pthread_self"
は呼び出しスレッドのスレッド ID を返す。
著者
Xavier Leroy <Xavier.Leroy@inria.fr>
関連項目
pthread_equal
(3),
pthread_join
(3),
pthread_detach
(3),
pthread_setschedparam
(3),
pthread_getschedparam
(3).