Searched refs:pthread_setspecific (Results 1 – 10 of 10) sorted by relevance
22 WRAPPER_FUNCTION(int, pthread_setspecific,
64 if (pthread_setspecific(key, val) != 0) in tss_set()
42 pthread_setspecific(tlsKey, tlsValue); in GetInstanceForKey()
79 if ((ret = pthread_setspecific(key, mt)) != 0) { in __res_init_ctx()
90 pthread_setspecific(self, &i); in threadStart()
139 pthread_setspecific(pthread_key_t key, const void* value) in pthread_setspecific() function
266 extern int pthread_setspecific(pthread_key_t key, const void *value);
214 if (pthread_setspecific(_S_key, __result)) abort();
2269 void pthread_setspecific() {} in pthread_setspecific() function
2296 void pthread_setspecific() {} in pthread_setspecific() function