tail head cat sleep
QR code linking to this page

manページ  — PTHREAD_SELF

名称

pthread_self – 呼び出しているスレッドの ID の取得

内容

ライブラリ

Reentrant C\~Library (libc_r, -lc_r)

書式

#include <pthread.h>

pthread_t
pthread_self(void);

解説

pthread_self() 関数は、呼び出しているスレッドのスレッド ID を返します。

戻り値

pthread_self() 関数は、呼び出しているスレッドのスレッド ID を返します。

エラー

ありません。

関連項目

pthread_create(3), pthread_equal(3)

規格

pthread_self()IEEE Std 1003.1-96 ("POSIX.1") に適合しています。

PTHREAD_SELF (3) April 4, 1996

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

Ken Thompson has an automobile which he helped design. Unlike most automobiles, it has neither speedometer, nor gas gauge, nor any of the other numerous idiot lights which plague the modern driver. Rather, if the driver makes a mistake, a giant “?” lights up in the center of the dashboard. “The experienced driver,” says Thompson, “will usually know what's wrong.”