Searched refs:pthread_setspecific (Results 1 – 6 of 6) sorted by relevance
100 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific() function125 RTM_EXPORT(pthread_setspecific);
287 int pthread_setspecific(pthread_key_t key, const void *value);
22 pthread_setspecific(key_tmp, obj); in __cxa_thread_atexit_impl()
33 extern int pthread_setspecific(pthread_key_t key, const void *value);172 pthread_setspecific(emutls_pthread_key, (void *)array); in emutls_check_array_set_size()
115 if (pthread_setspecific(__key, (void*)__p) != 0) in __ARM_TPL_tls_set()
116 + pthread_setspecific()
Completed in 5 milliseconds