]> git.ipfire.org Git - thirdparty/glibc.git/blob - linuxthreads/man/pthread_self.man
Test for stack alignment.
[thirdparty/glibc.git] / linuxthreads / man / pthread_self.man
1 .TH PTHREAD_SELF 3 LinuxThreads
2
3 .SH NAME
4 pthread_self \- return identifier of current thread
5
6 .SH SYNOPSIS
7 #include <pthread.h>
8
9 pthread_t pthread_self(void);
10
11 .SH DESCRIPTION
12 !pthread_self! return the thread identifier for the calling thread.
13
14 .SH AUTHOR
15 Xavier Leroy <Xavier.Leroy@inria.fr>
16
17 .SH "SEE ALSO"
18 !pthread_equal!(3),
19 !pthread_join!(3),
20 !pthread_detach!(3),
21 !pthread_setschedparam!(3),
22 !pthread_getschedparam!(3).
23