Интерактивная система просмотра системных руководств (man-ов)
pthread_self (3)
pthread_self (3) ( Solaris man: Библиотечные вызовы )>> pthread_self (3) ( FreeBSD man: Библиотечные вызовы ) pthread_self (3) ( Linux man: Библиотечные вызовы ) pthread_self (3) ( POSIX man: Библиотечные вызовы )
BSD mandoc
NAME
pthread_self
- get the calling thread's ID
LIBRARY
Lb libpthread
SYNOPSIS
#include <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_create3,
pthread_equal3
STANDARDS
The
pthread_self ();
function conforms to
St -p1003.1-96 .
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- ERRORS
-
- SEE ALSO
-
- STANDARDS
-