Query: pthread_self
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PTHREAD_SELF(3) Library Functions Manual PTHREAD_SELF(3)NAMEpthread_self - return identifier of current threadSYNOPSIS#include <pthread.h> pthread_t pthread_self(void);DESCRIPTIONpthread_self return the thread identifier for the calling thread.AUTHORXavier Leroy <Xavier.Leroy@inria.fr>SEE ALSOpthread_equal(3), pthread_join(3), pthread_detach(3), pthread_setschedparam(3), pthread_getschedparam(3). LinuxThreads PTHREAD_SELF(3)
Related Man Pages |
---|
pthread_self(3) - linux |
pthread_detach(3) - redhat |
pthread_self(3) - v7 |
pthread_self(3) - php |
pthread_self(3) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
calling pthread_self (on ubuntu), expensive? |