Query: pthread_getlwpid_np
OS: hpux
Section: 3t
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
pthread_getlwpid_np(3T) pthread_getlwpid_np(3T)NAMEpthread_getlwpid_np() - get the Light Weight Process ID of a threadSYNOPSISPARAMETERSthread Thread whose Light Weight Process ID is required. lwpid Pointer to the location where the Light Weight Process ID of the thread is to be returned.DESCRIPTIONEach thread is associated with a unique system wide Light Weight Process ID (LWPID). stores the LWPID of the target thread in lwpid. The function is applicable only for threads.RETURN VALUEUpon successful completion, returns zero. Otherwise, an error number is returned to indicate the error (the errno variable is not set).ERRORSIf any of the following problems occur, the function returns the corresponding error number: The value specified by thread does not refer to a thread, or the value lwpid points to is an illegal address. No thread could be found corresponding to thread.AUTHORwas developed by HP.SEE ALSOpthread_attr_init(3T), pthread_create(3T). Pthread Library pthread_getlwpid_np(3T)
Related Man Pages |
---|
pthread_detach(3c) - opensolaris |
ttrace_wait(2) - hpux |
pthread_kill(3t) - hpux |
pthread_set_nice_np(3t) - hpux |
pthread_getsequence_np(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
How to extract every repeated string between two specific string? |
Sequence extraction |
Thank you members and admins |
Wrong Array... |