Linux |
CentOS 4.8 |
|
pthread_self(3thr) |
pthread_self − renvoie l’identifiant du thread courrant |
#include <pthread.h> pthread_t pthread_self(void); |
pthread_self renvoie l’identifiant du thread appelant. |
Xavier Leroy <Xavier.Leroy@inria.fr> |
Thierry Vignaud <tvignaud@mandrakesoft.com>, 2000 |
pthread_equal(3), pthread_join(3), pthread_detach(3), pthread_setschedparam(3), pthread_getschedparam(3). |
pthread_self(3thr) |