_lwp_getprivate(2)
_lwp_getprivate -- get LWP-specific reference
Synopsis
#include <sys/lwp.h>
void *_lwp_getprivate(void);
Description
_lwp_getprivate
returns the lightweight process (LWP)-specific pointer value.
Return values
_lwp_getprivate
returns the value of the LWP-specific pointer.
Errors
None.
References
_lwp_create
(2)
,
_lwp_setprivate
(2)
,
thr_getspecific
(3thread)
Notices
Lightweight processes (LWPs) are internal interfaces and are subject to change. Their use should be avoided.
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.