Manual browser: _lwp_self(2)
_LWP_SELF(2) | System Calls Manual | _LWP_SELF(2) |
NAME
_lwp_self — get light-weight process identificationLIBRARY
Standard C Library (libc, -lc)DESCRIPTION
_lwp_self() returns the LWP ID of the calling LWP.ERRORS
The _lwp_self() function is always successful, and no return value is reserved to indicate an error.SEE ALSO
_lwp_create(2)HISTORY
The _lwp_self() system call first appeared in NetBSD 2.0.January 13, 2003 | NetBSD 7.0 |