Unix VPS A - Starter B - Basic C - Preferred D - Commercial MPS - Dedicated Previous VPSs * Sign Up! *
Support Contact Us Online Help Handbooks Domain Status Man Pages
FAQ Virtual Servers Pricing Billing Technical
Network Facilities Connectivity Topology Map
Miscellaneous Server Agreement Year 2038 Credits
pthread_getthreadid_np — get the calling thread's integral ID
pthread_getthreadid_np
POSIX Threads Library (libpthread, -lpthread)
#include <pthread_np.h>
int pthread_getthreadid_np(void);
The 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.
The pthread_getthreadid_np() function returns the thread integral ID of the calling thread.
None.
pthread_np(3), pthread_self(3)
This manual page was written by Jung-uk Kim <jkim@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface.Output converted with ManDoc.