Query: _lwp_setprivate
OS: netbsd
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
_LWP_GETPRIVATE(2) BSD System Calls Manual _LWP_GETPRIVATE(2)NAME_lwp_getprivate, _lwp_setprivate -- get and set light-weight process private dataLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <lwp.h> void * _lwp_getprivate(void); void _lwp_setprivate(void *ptr);DESCRIPTION_lwp_setprivate() stores the pointer to private data ptr in a location private to the LWP. _lwp_getprivate() returns the pointer to private data for the LWP.ERRORSThe _lwp_getprivate() and _lwp_setprivate() functions are always successful, and no return value is reserved to indicate an error.SEE ALSO_lwp_makecontext(3)HISTORYThe _lwp_getprivate() and _lwp_setprivate() system calls first appeared in NetBSD 2.0.BSDJanuary 16, 2003 BSD
Related Man Pages |
---|
_lwp_ctl(2) - netbsd |
_lwp_kill(2) - netbsd |
_lwp_makecontext(3) - netbsd |
atomic_dec_64_nv(3) - netbsd |
atomic_dec_ptr(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
NetBSD 6.1.2: apm and admd not found |
RFC - Korn shell prompt |
Grandpa returning to UNIX |
BSD Unix Toolbox: 1000+ Commands for FreeBSD, OpenBSD, and NetBSD |