diff options
Diffstat (limited to 'src/patchsets/glibc/2.2.5/man/pthread_self.3thr')
-rw-r--r-- | src/patchsets/glibc/2.2.5/man/pthread_self.3thr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/patchsets/glibc/2.2.5/man/pthread_self.3thr b/src/patchsets/glibc/2.2.5/man/pthread_self.3thr new file mode 100644 index 0000000000..65fea53b77 --- /dev/null +++ b/src/patchsets/glibc/2.2.5/man/pthread_self.3thr @@ -0,0 +1,24 @@ +.TH PTHREAD_SELF 3 LinuxThreads + +.SH NAME +pthread_self \- return identifier of current thread + +.SH SYNOPSIS +.B #include <pthread.h> + +.BI "pthread_t pthread_self(void);" + +.SH DESCRIPTION +.B "pthread_self" +return the thread identifier for the calling thread. + +.SH AUTHOR +Xavier Leroy <Xavier.Leroy@inria.fr> + +.SH "SEE ALSO" +.BR "pthread_equal" (3), +.BR "pthread_join" (3), +.BR "pthread_detach" (3), +.BR "pthread_setschedparam" (3), +.BR "pthread_getschedparam" (3). + |