RTEMS 4.7.0 On-Line Library
Thread Manager pthread_self - Get Thread ID
 
 
RTEMS POSIX API User's Guide 
17.4.21: pthread_self - Get Thread ID
CALLING SEQUENCE:
- 
#include <pthread.h>
pthread_t pthread_self( void );
 
STATUS CODES:
The value returned is the ID of the calling thread.
DESCRIPTION:
This routine returns the ID of the calling thread.
NOTES:
NONE
 
 
RTEMS POSIX API User's Guide 
Copyright © 1988-2004 OAR Corporation