man.bsd.lv manual page server

Manual Page Search Parameters

PTHREAD_SELF(3) Library Functions Manual PTHREAD_SELF(3)

pthread_selfget the calling thread's ID

library “libpthread”

#include <pthread.h>

pthread_t
pthread_self(void);

The () function returns the thread ID of the calling thread.

The return value is the thread ID.

None.

pthread_create(3), pthread_equal(3)

The function conforms to IEEE Std 1003.1-2001 (“POSIX.1”).

July 9, 2010 NetBSD-9.2