Searched defs:pthread_key_t (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator.h38 typedef __darwin_pthread_key_t pthread_key_t; typedef
39 int pthread_setspecific(pthread_key_t, const void *);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread.h588 typedef struct pthread_key_t_ * pthread_key_t; typedef in typeref:struct:pthread_key_t_
981 PTW32_DLLPORT int PTW32_CDECL pthread_key_create (pthread_key_t * key,
984 PTW32_DLLPORT int PTW32_CDECL pthread_key_delete (pthread_key_t key);
986 PTW32_DLLPORT int PTW32_CDECL pthread_setspecific (pthread_key_t key,
989 PTW32_DLLPORT void * PTW32_CDECL pthread_getspecific (pthread_key_t key);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h125 typedef DWORD pthread_key_t; typedef
139 EXTERN_C pthread_key_t PthreadKeyCreate(void (*destr_fn)(void*)); /* port.cc */
141 inline int perftools_pthread_key_create(pthread_key_t *pkey,
143 pthread_key_t key = PthreadKeyCreate(destructor);
159 inline int perftools_pthread_setspecific(pthread_key_t key, const void *value) {
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h122 typedef DWORD pthread_key_t; typedef
136 EXTERN_C pthread_key_t PthreadKeyCreate(void (*destr_fn)(void*)); /* port.cc */
138 inline int perftools_pthread_key_create(pthread_key_t *pkey,
140 pthread_key_t key = PthreadKeyCreate(destructor);
156 inline int perftools_pthread_setspecific(pthread_key_t key, const void *value) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc860 CHECK_TYPE_SIZE(pthread_key_t); variable
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c509 typedef unsigned int pthread_key_t; typedef

Completed in 133 milliseconds