redhat man page for pthread_self

Query: pthread_self

OS: redhat

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PTHREAD_SELF(3) 					     Library Functions Manual						   PTHREAD_SELF(3)

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). LinuxThreads PTHREAD_SELF(3)
Related Man Pages
pthread_self(3) - linux
pthread_detach(3) - redhat
pthread_self(3) - v7
pthread_self(3) - php
pthread_self(3) - xfree86
Similar Topics in the Unix Linux Community
calling pthread_self (on ubuntu), expensive?