#include <threadkey.h>
Collaboration diagram for ThreadKey:

Public Member Functions | |
| ThreadKey () | |
| Set up thread key. | |
| ~ThreadKey () | |
| Destroy a thread key. | |
| void * | get () |
| Get the current "value" pointer of the thread key:. | |
| void | set (void *v) |
| Set a new value for the thread key:. | |
Private Attributes | |
| GStaticPrivate | k |
Definition at line 47 of file threadkey.h.
|
|
Set up thread key.
Definition at line 63 of file threadkey.h. References k, and USE_PRIVATE__PTHREADS. |
|
|
Destroy a thread key.
Definition at line 71 of file threadkey.h. References k, and USE_PRIVATE__PTHREADS. |
|
|
Get the current "value" pointer of the thread key:.
Definition at line 79 of file threadkey.h. References k, and USE_PRIVATE__PTHREADS. |
|
|
Set a new value for the thread key:.
Definition at line 87 of file threadkey.h. References k, and USE_PRIVATE__PTHREADS. |
|
|
Definition at line 58 of file threadkey.h. Referenced by get(), set(), ThreadKey(), and ~ThreadKey(). |
1.3.5