Name
pthread_setspecific --
Description
The pthread_setspecific function
associates a value with a data key for the calling thread.
Returns
The pthread_setspecific function
returns zero if the call is successful, otherwise it sets
errno to
EINVAL and returns -1.
Implementation Notes
None