|
PTHREAD_SELF (3) | C library functions | Unix Manual Pages | :man▋
NAME
pthread_self - get the calling threads ID
CONTENTS
Library Synopsis Description Return Values Errors See Also Standards
LIBRARY
.Lb libc_r .Lb libpthread .Lb libthr
SYNOPSIS
.In pthread.h pthread_t pthread_self "void"
DESCRIPTION
The pthread_self function returns the thread ID of the calling thread.
RETURN VALUES
The pthread_self function returns the thread ID of the calling thread.
ERRORS
None.
SEE ALSO
pthread_create(3), pthread_equal(3)
STANDARDS
|