|
P99
|
complete object type that holds an identifier for a thread-specific storage pointer More...
#include <p99_tss.h>
Related Functions | |
(Note that these are not member functions.) | |
| int | tss_create (tss_t *p00_key, tss_dtor_t dtor) |
| void | tss_delete (tss_t p00_key) |
| void * | tss_get (tss_t p00_key) |
| int | tss_set (tss_t p00_key, void *p00_val) |
complete object type that holds an identifier for a thread-specific storage pointer
pthread_key_t.
1.7.6.1