/freebsd-src/lib/libthr/thread/ |
H A D | thr_spec.c | 57 _thr_key_create(pthread_key_t *key, void (*destructor)(void *)) in _thr_key_create() 85 _thr_key_delete(pthread_key_t userkey) in _thr_key_delete() 168 _thr_setspecific(pthread_key_t userkey, const void *value) in _thr_setspecific() 172 pthread_key_t key; in _thr_setspecific() 198 _thr_getspecific(pthread_key_t userkey) in _thr_getspecific() 202 pthread_key_t key; in _thr_getspecific()
|
H A D | thr_private.h | 1076 int _thr_key_create(pthread_key_t *, void (*)(void *)); 1077 int _thr_key_delete(pthread_key_t); 1078 int _thr_setspecific(pthread_key_t, const void *); 1079 void *_thr_getspecific(pthread_key_t);
|
/freebsd-src/include/ |
H A D | pthread.h | 219 void *pthread_getspecific(pthread_key_t); 222 int pthread_key_create(pthread_key_t *, void (*) (void *)); 223 int pthread_key_delete(pthread_key_t); 284 int pthread_setspecific(pthread_key_t, const void *);
|
/freebsd-src/sys/contrib/openzfs/lib/libuutil/ |
H A D | uu_misc.c | 54 static pthread_key_t uu_error_key = PTHREAD_ONCE_KEY_NP; 56 static pthread_key_t uu_error_key = 0;
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_wrappers.cpp | 182 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_getspecific, void *(pthread_key_t)) 184 int(pthread_key_t *, void (*)(void *))) 188 int(pthread_key_t, const void *))
|
/freebsd-src/contrib/ntp/libntp/lib/isc/pthreads/include/isc/ |
H A D | thread.h | 36 typedef pthread_key_t isc_thread_key_t;
|
/freebsd-src/sys/sys/ |
H A D | _pthreadtypes.h | 73 typedef int pthread_key_t; typedef
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_posix.cpp | 28 static pthread_key_t tsd_key;
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | jitprofiling.c |
|
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/ |
H A D | tsd_tls.h | 9 extern pthread_key_t tsd_tsd;
|
H A D | tsd_generic.h | 25 extern pthread_key_t tsd_tsd;
|
/freebsd-src/lib/libc/include/ |
H A D | nss_tls.h | 40 static pthread_key_t name##_state_key; \
|
H A D | reentrant.h | 92 #define thread_key_t pthread_key_t
|
/freebsd-src/lib/libc/resolv/ |
H A D | mtctxres.c | 16 static pthread_key_t key;
|
/freebsd-src/lib/libc/gen/ |
H A D | _pthread_stubs.c | 230 STUB_FUNC1(pthread_getspecific, PJT_GETSPECIFIC, void *, pthread_key_t) 232 STUB_FUNC1(pthread_key_delete, PJT_KEY_DELETE, int, pthread_key_t) 257 STUB_FUNC2(pthread_setspecific, PJT_SETSPECIFIC, int, pthread_key_t, void *)
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 99 static pthread_key_t tsd_key;
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_posix.cpp | 116 static pthread_key_t tsd_key;
|
/freebsd-src/contrib/jemalloc/src/ |
H A D | tsd.c | 25 pthread_key_t tsd_tsd; 43 pthread_key_t tsd_tsd;
|
/freebsd-src/lib/libthread_db/ |
H A D | thread_db.h | 175 typedef pthread_key_t thread_key_t;
|
/freebsd-src/crypto/heimdal/include/ |
H A D | heim_threads.h | 105 #define HEIMDAL_thread_key pthread_key_t
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | tsd_exclusive.h | 160 pthread_key_t PThreadKey = {}; in teardownThread()
|
/freebsd-src/contrib/bc/include/ |
H A D | library.h | 391 typedef pthread_key_t BclTls;
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common_mac.cpp | 59 static pthread_key_t key;
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/safestack/ |
H A D | safestack.cpp | 138 pthread_key_t thread_cleanup_key; in thread_start()
|
/freebsd-src/lib/libc/locale/ |
H A D | xlocale.c | 110 static pthread_key_t locale_info_key;
|