Query: pthread_getthreadid_np
OS: freebsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PTHREAD_GETTHREADID_NP(3) BSD Library Functions Manual PTHREAD_GETTHREADID_NP(3)NAMEpthread_getthreadid_np -- get the calling thread's integral IDLIBRARYPOSIX Threads Library (libpthread, -lpthread)SYNOPSIS#include <pthread_np.h> int pthread_getthreadid_np(void);DESCRIPTIONThe pthread_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 VALUESThe pthread_getthreadid_np() function returns the thread integral ID of the calling thread.ERRORSNone.SEE ALSOpthread_self(3)AUTHORSThis manual page was written by Jung-uk Kim <jkim@FreeBSD.org>.BSDFebruary 25, 2012 BSD
Related Man Pages |
---|
pthread_resume_np(3) - freebsd |
pthread_resume_np(3) - netbsd |
pthread_attr_setcreatesuspend_np(3) - freebsd |
pthread_multi_np(3) - freebsd |
pthread_switch_delete_np(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Mac OS X: Based on UNIX - Solid As a Rock |
Scripts without shebang |
Valid separator in time and date format |