PTHREAD_SELF

Section: C Library Functions (3)
Updated: LinuxThreads
Index JM Home Page roff page

 

名前

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).


 

Index

名前
書式
説明
著者
関連項目

This document was created by man2html, using the manual pages.
Time: 04:32:26 GMT, November 19, 2007