_lwp_getprivate(2) _lwp_getprivate(2)
NAME
_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.
Copyright 1994 Novell, Inc. Page 1