Search For :
in:
All Sections
1. General Commands
2. System Calls
3. Subroutines
4. Special Files
5. File Formats
6. Games and Demos
7. Macros and Conventions
8. Maintenence Commands
PTHREAD_SELF
Section: C Library Functions (3)
Updated: LinuxThreads
NAME
pthread_self - return identifier of current thread
SYNOPSIS
#include <
pthread.h
>
pthread_t pthread_self(void);
DESCRIPTION
pthread_self
return the thread identifier for the calling thread.
AUTHOR
Xavier Leroy <
Xavier.Leroy@inria.fr
>
SEE ALSO
pthread_equal
(3),
pthread_join
(3),
pthread_detach
(3),
pthread_setschedparam
(3),
pthread_getschedparam
(3).
Index
NAME
SYNOPSIS
DESCRIPTION
AUTHOR
SEE ALSO
Please enable JavaScript to view the
comments powered by Disqus.
blog comments powered by
Disqus