Home
last modified time | relevance | path

Searched refs:pthread_key_t (Results 1 – 25 of 96) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DThreadLocal.inc30 static_assert(sizeof(pthread_key_t) <= sizeof(data), "size too big");
31 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
38 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
45 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
52 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
/netbsd-src/lib/libpthread/
H A Dpthread.h149 int pthread_key_create(pthread_key_t *, void (*)(void *));
150 int pthread_key_delete(pthread_key_t);
151 int pthread_setspecific(pthread_key_t, const void *);
152 void* pthread_getspecific(pthread_key_t);
396 int __libc_thr_keycreate(pthread_key_t *, void (*)(void *));
397 int __libc_thr_setspecific(pthread_key_t, const void *);
398 void *__libc_thr_getspecific(pthread_key_t);
399 int __libc_thr_keydelete(pthread_key_t);
H A Dpthread_specific.c58 pthread_setspecific(pthread_key_t key, const void *value) in __strong_alias()
76 pthread_getspecific(pthread_key_t key) in pthread_getspecific()
H A Dpthread_tsd.c126 pthread_key_create(pthread_key_t *key, void (*destructor)(void *)) in pthread_key_create()
196 pthread__add_specific(pthread_t self, pthread_key_t key, const void *value) in pthread__add_specific()
216 pthread_key_delete(pthread_key_t key) in pthread_key_delete()
H A Dthreads.h60 typedef pthread_key_t tss_t;
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dgeneric-morestack-thread.c51 extern int pthread_key_create (pthread_key_t *, void (*) (void *))
54 extern int pthread_setspecific (pthread_key_t, const void *)
60 static pthread_key_t segment_list_key;
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dgeneric-morestack-thread.c52 extern int pthread_key_create (pthread_key_t *, void (*) (void *))
55 extern int pthread_setspecific (pthread_key_t, const void *)
64 static pthread_key_t segment_list_key;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dtypes.d657 alias uint pthread_key_t; in version() local
747 alias uint pthread_key_t; in version() local
815 alias c_ulong pthread_key_t; in version() local
863 alias void* pthread_key_t; in version() local
936 alias uint pthread_key_t; in version() local
944 alias int pthread_key_t; in version() local
966 alias void* pthread_key_t; in version() local
1069 alias uint pthread_key_t; in version() local
1093 alias int pthread_key_t; in version() local
1202 alias uint pthread_key_t; in version() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_posix.cc20 pthread_key_t key;
24 thread_key(pthread_key_t key, pthread_mutex_t *mtx, int val, int *cnt) in thread_key()
56 pthread_key_t key; in TEST()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dtsd.c39 static pthread_key_t tsd_pkeys[MAXNKEYS];
110 pthread_key_t key = tsd_pkeys[key_index]; in __collector_tsd_get_by_key()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dtsd.c39 static pthread_key_t tsd_pkeys[MAXNKEYS];
110 pthread_key_t key = tsd_pkeys[key_index]; in __collector_tsd_get_by_key()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cc189 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_getspecific, void *(pthread_key_t))
191 int(pthread_key_t *, void (*)(void *)))
195 int(pthread_key_t, const void *))
/netbsd-src/external/cddl/osnet/dist/lib/libuutil/common/
H A Duu_misc.c57 static pthread_key_t uu_error_key = PTHREAD_ONCE_KEY_NP;
59 static pthread_key_t uu_error_key = 0;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_mac_test.cc191 pthread_setspecific(*(pthread_key_t*)test_key, mem); in TSDAllocWorker()
198 pthread_key_t test_key; in TEST()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c88 static pthread_key_t threadLocalStorageHandle = (pthread_key_t)0;
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/glthread/
H A Dthreadlib.c45 pthread_key_t key; in glthread_in_use()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_posix.cc41 static pthread_key_t tsd_key;
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dgthr-dce.h52 typedef pthread_key_t __gthread_key_t;
130 static pthread_key_t _objc_thread_storage;
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dgthr-dce.h52 typedef pthread_key_t __gthread_key_t;
130 static pthread_key_t _objc_thread_storage;
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgai_strerror.c60 static pthread_key_t key; in gai_strerror()
/netbsd-src/lib/libc/resolv/
H A Dmtctxres.c15 static pthread_key_t key;
/netbsd-src/external/bsd/libbind/dist/resolv/
H A Dmtctxres.c16 static pthread_key_t key;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_posix.cc88 static pthread_key_t tsd_key;
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Doacc-int.h100 extern pthread_key_t goacc_tls_key;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cc25 static pthread_key_t key;

1234