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

/haiku/src/system/libroot/posix/libstdthreads/
H A Dtss.c57 return (pthread_getspecific(key));
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dmtctxres.c67 if (pthread_getspecific(key) != 0) {
122 if (((mt = pthread_getspecific(key)) != 0) ||
124 (mt = pthread_getspecific(key)) != 0)) {
/haiku/src/system/libroot/add-ons/icu/
H A DICUThreadLocalStorageValue.cpp37 void* value = pthread_getspecific(tlsKey);
/haiku/src/tests/system/libroot/posix/
H A Dpthread_signal_test.cpp41 int *i = (int*)pthread_getspecific(self);
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_key.cpp121 pthread_getspecific(pthread_key_t key) 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.c2233 void pthread_getspecific() {} function
H A Dlibroot_stubs_legacy.c2212 void pthread_getspecific() {} function

Completed in 119 milliseconds