Query: _lwp_exit
OS: netbsd
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
_LWP_EXIT(2) BSD System Calls Manual _LWP_EXIT(2)NAME_lwp_exit -- terminate the calling light-weight processLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <lwp.h> void _lwp_exit(void);DESCRIPTION_lwp_exit() terminates the calling LWP. If it is the last LWP in the process, the process exits with a status of 0. If the LWP was not cre- ated in a detached state, then the system will not reclaim its LWP ID until its status is reported to another LWP in the process via _lwp_wait(2).RETURN VALUES_lwp_exit() can never return.SEE ALSO_exit(2), _lwp_create(2), _lwp_wait(2)HISTORYThe _lwp_exit() system call first appeared in NetBSD 2.0.BSDJanuary 13, 2003 BSD
Related Man Pages |
---|
_lwp_ctl(2) - netbsd |
_lwp_park(2) - netbsd |
_lwp_makecontext(3) - netbsd |
mi_switch(9) - netbsd |
_lwp_suspend(2) - sunos |
Similar Topics in the Unix Linux Community |
---|
truss results |