The pthread_self function

Name

pthread_self -- 

Synopsis

#include <pthread.h>

pthread_t pthread_self ( );

Description

The pthread_self function returns a pointer to the calling thread.

Returns

The pthread_self function returns the pointer.

Implementation Notes

None