Developer's Daily Unix by Example
  main | java | perl | unix | dev directory | web log
 
 
Main
Unix
Man Pages
   

PTHREAD_SELF

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
SEE ALSO

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).


copyright 1998-2007, devdaily.com, all rights reserved.
devdaily.com, an alvin j. alexander production.