P99
Related Functions
tss_t Struct Reference

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)

Detailed Description

complete object type that holds an identifier for a thread-specific storage pointer

Remarks:
This type is just a wrapper around a POSIX pthread_key_t.
See also:
P99_DECLARE_THREAD_LOCAL for a more comfortable interface to thread local variables
Remarks:
encapsulates an object of type pthread_key_t
See also:
P99_ENC for access through object
P99_ENCP for access through pointer

Definition at line 90 of file p99_tss.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines