Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
System Calls_lwp_setprivate(2)


NAME

 _lwp_setprivate, _lwp_getprivate - set or get LWP specific storage

SYNOPSIS

 
#include <sys/lwp.h>
void _lwp_setprivate(void *buffer);
 void *_lwp_getprivate(void);

DESCRIPTION

 

The _lwp_setprivate() function stores the value specified by buffer in LWP-private memory that is unique to the calling LWP. This is typically used by thread library implementations to maintain a pointer to information about the thread currently running on the calling LWP.

The _lwp_getprivate() function returns the value stored in LWP-private memory.

ATTRIBUTES

 

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
MT-LevelAsync-Signal-Safe

SEE ALSO

 

_lwp_makecontext(2), attributes(5)


SunOS 5.9Go To TopLast Changed 8 Aug 2001

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.