#include <pthread.h>
pthread_t pthread_self ( );
pthread_t pthread_self
The pthread_self function returns a pointer to the calling thread.
The pthread_self function returns the pointer.
None