Searched refs:pthread_key_t (Results 26 - 50 of 52) sorted by relevance

123

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_setspecific/
H A D1-1.c16 * 1. Create NUM_OF_KEYS pthread_key_t objects
33 pthread_key_t keys[NUM_OF_KEYS];
H A D1-2.c33 pthread_key_t key;
/haiku-fatelf/headers/private/libroot/locale/
H A DICULocaleBackend.h80 static pthread_key_t _CreateThreadLocalStorageKey();
91 pthread_key_t fThreadLocalStorageKey;
H A DICUCtypeData.h20 ICUCtypeData(pthread_key_t tlsKey);
H A DICUMonetaryData.h29 ICUMonetaryData(pthread_key_t tlsKey,
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dmtctxres.c14 static pthread_key_t key;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cancel/
H A D2-2.c41 pthread_key_t key;
H A D2-3.c58 pthread_key_t key;
/haiku-fatelf/headers/posix/
H A Dpthread.h238 extern int pthread_key_create(pthread_key_t *key,
240 extern int pthread_key_delete(pthread_key_t key);
241 extern void *pthread_getspecific(pthread_key_t key);
242 extern int pthread_setspecific(pthread_key_t key, const void *value);
/haiku-fatelf/headers/posix/sys/
H A Dtypes.h67 typedef int pthread_key_t; typedef
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_exit/
H A D5-1.c102 pthread_key_t tld[3];
H A D3-2.c105 pthread_key_t tld[3];
/haiku-fatelf/src/system/libroot/add-ons/icu/
H A DICUCategoryData.cpp18 ICUCategoryData::ICUCategoryData(pthread_key_t tlsKey)
H A DICUNumericData.cpp18 ICUNumericData::ICUNumericData(pthread_key_t tlsKey, struct lconv& localeConv)
H A DICULocaleBackend.cpp442 pthread_key_t
445 pthread_key_t key;
H A DICUCollateData.cpp21 ICUCollateData::ICUCollateData(pthread_key_t tlsKey)
H A DICUMonetaryData.cpp18 ICUMonetaryData::ICUMonetaryData(pthread_key_t tlsKey, struct lconv& localeConv)
H A DICUTimeData.cpp24 ICUTimeData::ICUTimeData(pthread_key_t tlsKey, struct lc_time_t& lcTimeInfo,
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dpthread_signal_test.cpp16 static pthread_key_t self;
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dthreads.c58 extern void *pthread_getspecific (pthread_key_t __key)
60 extern int pthread_setspecific (pthread_key_t __key,
63 extern int pthread_key_create (pthread_key_t *__key,
139 static pthread_key_t globalkey;
/haiku-fatelf/src/bin/coreutils/lib/glthread/
H A Dtls.h96 pthread_key_t key;
/haiku-fatelf/headers/cpp/
H A Dpthread_alloc101 static pthread_key_t _S_key;
344 pthread_key_t _Pthread_alloc_template<_Max_size>::_S_key;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_thread_db.h258 typedef pthread_key_t thread_key_t;
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dirs_data.c55 static pthread_key_t key;
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsglobal.c101 static pthread_key_t key;

Completed in 212 milliseconds

123