next up previous contents index
Next: 27.3.39 pthread_setschedparam: Set the Up: 27.3 POSIX Threads Reference Previous: 27.3.37 pthread_mutex_unlock: Unlock a

27.3.38 pthread_self: Return the thread identifier of the current thread

 

SYNOPSIS

#include <oskit/threads/pthread.h>

pthread_t pthread_self(void);

DESCRIPTION

Return the thread identifier of the current thread.

RETURNS

Returns the thread identifier.

RELATED INFORMATION

pthread_create



Utah Flux Research Group