void *
_lwp_getprivate(void)
void
_lwp_setprivate(void *ptr)
)
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.
)
and
_lwp_setprivate()
functions are always successful, and no return value is reserved to indicate
an error.
)
and
_lwp_setprivate()
system calls first appeared in
NetBSD2.0.