|
NAMEpthread_getthreadid_np —
get the calling thread's integral ID
LIBRARYPOSIX Threads Library (libpthread, -lpthread)SYNOPSIS#include <pthread_np.h>
int
DESCRIPTIONThepthread_getthreadid_np () function returns the unique
integral ID of the calling thread. Its semantics is similar to the AIX's
pthread_getthreadid_np () function.
RETURN VALUESThepthread_getthreadid_np () function returns the thread
integral ID of the calling thread.
ERRORSNone.SEE ALSOpthread_np(3), pthread_self(3)AUTHORSThis manual page was written by Jung-uk Kim <jkim@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |