Sets the data value associated with the specified key.
tis_setspecific(
                key,
                value );
 
Argument         Data Type               Access
key              opaque pthread_key_t    read
value            void *                  read
#includeint tis_setspecific ( pthread_key_t key, const void *value);
Do not call this routine from a data destructor function.
Return Description0 Successful completion. [EINVAL] The key value is invalid. [ENOMEM] Insufficient memory exists to associate the value with the key.
tis_getspecific tis_key_create tis_key_delete