Obtains the data associated with the specified key.
tis_getspecific(
                key);
 
Argument         Data Type               Access
key              opaque pthread_key_t    read
#includevoid * tis_getspecific ( pthread_key_t key);
This routine may be called from a data destructor function.
When threads are present, the data and keys are thread-specific; they enable a library to maintain context on a per-thread basis.
tis_key_create tis_key_delete tis_setspecific