Home
last modified time | relevance | path

Searched refs:pthread_getspecific (Results 1 – 9 of 9) sorted by relevance

/haiku/src/system/libnetwork/netresolv/resolv/
H A Dmtctxres.c67 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()
/haiku/src/system/libroot/posix/libstdthreads/
H A Dtss.c57 return (pthread_getspecific(key)); in tss_get()
/haiku/src/system/libroot/add-ons/icu/
H A DICUThreadLocalStorageValue.cpp37 void* value = pthread_getspecific(tlsKey); in GetInstanceForKey()
/haiku/src/tests/system/libroot/posix/
H A Dpthread_signal_test.cpp41 int *i = (int*)pthread_getspecific(self); in suspendHandler()
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_key.cpp121 pthread_getspecific(pthread_key_t key) in pthread_getspecific() function
/haiku/headers/cpp/
H A Dpthread_alloc134 pthread_getspecific(_S_key))) {
160 pthread_getspecific(_S_key))) {
251 pthread_getspecific(_S_key);
/haiku/headers/posix/
H A Dpthread.h265 extern void *pthread_getspecific(pthread_key_t key);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2223 void pthread_getspecific() {} in pthread_getspecific() function
H A Dlibroot_stubs.c2250 void pthread_getspecific() {} in pthread_getspecific() function