|
NAMEpthread_self —
get the calling thread's ID
LIBRARYPOSIX Threads Library (libpthread, -lpthread)SYNOPSIS#include <pthread.h>
pthread_t
DESCRIPTIONThepthread_self () function returns the thread ID of the
calling thread.
RETURN VALUESThepthread_self () function returns the thread ID of the
calling thread.
ERRORSNone.SEE ALSOpthread_create(3), pthread_equal(3), pthread_getthreadid_np(3)STANDARDSThepthread_self () function conforms to
ISO/IEC 9945-1:1996 (“POSIX.1”).
Visit the GSP FreeBSD Man Page Interface. |