(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / linuxthreads / man / pthread_self.man
blob3aa4a0021e8780cb47ec1b561bd880a768e85ad6
1 .TH PTHREAD_SELF 3 LinuxThreads
3 .SH NAME
4 pthread_self \- return identifier of current thread
6 .SH SYNOPSIS
7 #include <pthread.h>
9 pthread_t pthread_self(void);
11 .SH DESCRIPTION
12 !pthread_self! return the thread identifier for the calling thread.
14 .SH AUTHOR
15 Xavier Leroy <Xavier.Leroy@inria.fr>
17 .SH "SEE ALSO"
18 !pthread_equal!(3),
19 !pthread_join!(3),
20 !pthread_detach!(3),
21 !pthread_setschedparam!(3),
22 !pthread_getschedparam!(3).