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.

Unix’s “power tools” are more like power switchblades that slice off the operator’s fingers quickly and efficiently.
— The Unix Haters' handbook