DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

_lwp_getprivate(S)


_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(S), _lwp_setprivate(S), thr_getspecific(THREAD)

Notices

Lightweight processes (LWPs) are internal interfaces and are subject to change. Their use should be avoided.
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 01 June 2005