next up previous contents index
Next: 18.3.40 pthread_setprio: Change the Up: 18.3 POSIX Threads Reference Previous: 18.3.38 pthread_resume: Resume a

18.3.39 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



University of Utah Flux Research Group