PTHREAD_SELF(3) Library Functions Manual PTHREAD_SELF(3)

pthread_self
get the calling thread's ID

POSIX Threads Library (libpthread, -lpthread)

#include <pthread.h>

pthread_t
pthread_self(void);

The pthread_self() 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