Searched refs:pthread_key_t (Results 1 – 1 of 1) sorted by relevance
620 typedef DWORD pthread_key_t; typedef966 pthread_key_t *key, in pthread_key_create()982 pthread_key_delete(pthread_key_t key) in pthread_key_delete()990 pthread_setspecific(pthread_key_t key, void *value) in pthread_setspecific()998 pthread_getspecific(pthread_key_t key) in pthread_getspecific()1592 static pthread_key_t sTlsKey; /* Thread local storage index */