kazmax - Linux で自宅サーバー

pthread_self - ライブラリコールの説明 - Linux コマンド集 一覧表

  1. 名前
  2. 書式
  3. 説明
  4. 著者
  5. 関連項目

名前

pthread_self - カレントスレッドの ID を返す

書式

#include <pthread.h>
pthread_t pthread_self(void);

説明

"pthread_self" は呼び出しスレッドのスレッド ID を返す。

著者

Xavier Leroy <Xavier.Leroy@inria.fr>

関連項目