/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
H A D | ThreadLocal.inc | 30 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 D | pthread.h | 149 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 D | pthread_specific.c | 58 pthread_setspecific(pthread_key_t key, const void *value) in __strong_alias() 76 pthread_getspecific(pthread_key_t key) in pthread_getspecific()
|
H A D | pthread_tsd.c | 126 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 D | threads.h | 60 typedef pthread_key_t tss_t;
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | generic-morestack-thread.c | 51 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 D | generic-morestack-thread.c | 52 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 D | types.d | 657 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 D | tsan_posix.cc | 20 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 D | tsd.c | 39 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 D | tsd.c | 39 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 D | sanitizer_wrappers.cc | 189 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 D | uu_misc.c | 57 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 D | asan_mac_test.cc | 191 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 D | jitprofiling.c | 88 static pthread_key_t threadLocalStorageHandle = (pthread_key_t)0;
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/glthread/ |
H A D | threadlib.c | 45 pthread_key_t key; in glthread_in_use()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_posix.cc | 41 static pthread_key_t tsd_key;
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/pa/ |
H A D | gthr-dce.h | 52 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 D | gthr-dce.h | 52 typedef pthread_key_t __gthread_key_t; 130 static pthread_key_t _objc_thread_storage;
|
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | gai_strerror.c | 60 static pthread_key_t key; in gai_strerror()
|
/netbsd-src/lib/libc/resolv/ |
H A D | mtctxres.c | 15 static pthread_key_t key;
|
/netbsd-src/external/bsd/libbind/dist/resolv/ |
H A D | mtctxres.c | 16 static pthread_key_t key;
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_posix.cc | 88 static pthread_key_t tsd_key;
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | oacc-int.h | 100 extern pthread_key_t goacc_tls_key;
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_posix_test.cc | 25 static pthread_key_t key;
|