Returns the value assigned to the specified key.
#include <pthread.h>
void *pthread_getspecific (
pthread_key_t key);
(IN) Specifies the key for which the value is to be returned.
If successful, returns the value assigned to the key.
If no data is assigned to the key, returns NULL.