Searched refs:pthread_getspecific (Results 1 – 9 of 9) sorted by relevance
67 if (pthread_getspecific(key) != 0) { in __res_init_ctx()122 if (((mt = pthread_getspecific(key)) != 0) || in ___mtctxres()124 (mt = pthread_getspecific(key)) != 0)) { in ___mtctxres()
57 return (pthread_getspecific(key)); in tss_get()
37 void* value = pthread_getspecific(tlsKey); in GetInstanceForKey()
41 int *i = (int*)pthread_getspecific(self); in suspendHandler()
121 pthread_getspecific(pthread_key_t key) in pthread_getspecific() function
134 pthread_getspecific(_S_key))) {160 pthread_getspecific(_S_key))) {251 pthread_getspecific(_S_key);
265 extern void *pthread_getspecific(pthread_key_t key);
2223 void pthread_getspecific() {} in pthread_getspecific() function
2250 void pthread_getspecific() {} in pthread_getspecific() function