#include <xmltooling/util/Threads.h>
Public Member Functions | |
virtual int | setData (void *data)=0 |
Sets the value for a TLS key. | |
virtual void * | getData () const =0 |
Returns the value for a TLS key. | |
Static Public Member Functions | |
static ThreadKey * | create (void(*destroy_fn)(void *)) |
Creates a new TLS key. |
|
Creates a new TLS key.
|
|
Returns the value for a TLS key.
|
|
Sets the value for a TLS key.
|