freebsd man page for pthread_getthreadid_np

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)

NAME
pthread_getthreadid_np -- get the calling thread's integral ID
LIBRARY
POSIX Threads Library (libpthread, -lpthread)
SYNOPSIS
#include <pthread_np.h> int pthread_getthreadid_np(void);
DESCRIPTION
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.
RETURN VALUES
The pthread_getthreadid_np() function returns the thread integral ID of the calling thread.
ERRORS
None.
SEE ALSO
pthread_self(3)
AUTHORS
This manual page was written by Jung-uk Kim <jkim@FreeBSD.org>.
BSD
February 25, 2012 BSD
Related Man Pages
pthread_suspend_np(3) - netbsd
pthread_join(3) - freebsd
pthread_cond_wait(3) - freebsd
pthread_detach(3) - freebsd
pthread_getspecific(3) - freebsd
Similar Topics in the Unix Linux Community
FreeBSD Kernel Internals, Dr. Marshall Kirk McKusick
Is UNIX an open source OS ?
UNIX Environment Setup - (Just starting!)
Controlling user input