Searched refs:pthread_key_t (Results 1 - 25 of 52) sorted by relevance

123

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/pthread_h/
H A D3-6.c8 Test pthread_key_t
13 pthread_key_t dummy;
/haiku-fatelf/src/libs/posix_error_mapper/
H A Dpthread_specific.cpp12 (pthread_key_t *key, void (*destructorFunc)(void*)),
17 WRAPPER_FUNCTION(int, pthread_key_delete, (pthread_key_t key),
23 (pthread_key_t key, const void *value),
/haiku-fatelf/headers/private/libroot/locale/
H A DICULocaleconvData.h24 ICULocaleconvData(pthread_key_t tlsKey);
H A DICUThreadLocalStorageValue.h27 static status_t GetInstanceForKey(pthread_key_t tlsKey,
H A DICUCategoryData.h24 ICUCategoryData(pthread_key_t tlsKey);
47 pthread_key_t fThreadLocalStorageKey;
H A DICUMessagesData.h21 ICUMessagesData(pthread_key_t tlsKey);
H A DICUNumericData.h21 ICUNumericData(pthread_key_t tlsKey,
H A DICUCollateData.h22 ICUCollateData(pthread_key_t tlsKey);
H A DICUTimeData.h27 ICUTimeData(pthread_key_t tlsKey,
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_getspecific/
H A D3-1.c15 * 1. Create pthread_key_t object and do no specify a key accociated with this key
28 pthread_key_t key;
H A D1-1.c15 * 1. Create NUM_OF_KEYS pthread_key_t objects
32 pthread_key_t keys[NUM_OF_KEYS];
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_key_delete/
H A D1-1.c35 pthread_key_t keys[NUM_OF_KEYS];
H A D1-2.c36 pthread_key_t keys[NUM_OF_KEYS];
H A D2-1.c29 pthread_key_t key;
/haiku-fatelf/src/system/libroot/add-ons/icu/
H A DICULocaleconvData.cpp16 ICULocaleconvData::ICULocaleconvData(pthread_key_t tlsKey)
H A DICUMessagesData.cpp17 ICUMessagesData::ICUMessagesData(pthread_key_t tlsKey)
H A DICUThreadLocalStorageValue.cpp33 ICUThreadLocalStorageValue::GetInstanceForKey(pthread_key_t tlsKey,
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_key_create/
H A D2-1.c29 pthread_key_t key;
H A D1-1.c32 pthread_key_t keys[NUM_OF_KEYS];
H A D3-1.c31 pthread_key_t key;
H A D1-2.c30 pthread_key_t keys[NUM_OF_THREADS];
/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread_key.cpp79 pthread_key_create(pthread_key_t* _key, void (*destructor)(void*))
104 pthread_key_delete(pthread_key_t key)
119 pthread_getspecific(pthread_key_t key)
137 pthread_setspecific(pthread_key_t key, const void* value)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_key_create/speculative/
H A D5-1.c39 static pthread_key_t keys[NUM_OF_KEYS];
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dgai_strerror.c58 static pthread_key_t key;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_exit/
H A D3-1.c42 pthread_key_t key;

Completed in 134 milliseconds

123