/freebsd/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/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/sys/contrib/openzfs/lib/libuutil/ |
H A D | uu_misc.c | 55 static pthread_key_t uu_error_key = PTHREAD_ONCE_KEY_NP; 57 static pthread_key_t uu_error_key = 0;
|
/freebsd/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/contrib/ntp/libntp/lib/isc/pthreads/include/isc/ |
H A D | thread.h | 36 typedef pthread_key_t isc_thread_key_t;
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ |
H A D | jitprofiling.c | 88 static pthread_key_t threadLocalStorageHandle = (pthread_key_t)0;
|
/freebsd/sys/sys/ |
H A D | _pthreadtypes.h | 73 typedef int pthread_key_t; typedef
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_posix.cpp | 28 static pthread_key_t tsd_key;
|
/freebsd/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/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/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/lib/libc/resolv/ |
H A D | mtctxres.c | 16 static pthread_key_t key;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_context.cpp | 23 static pthread_key_t context_key;
|
/freebsd/lib/libc/rpc/ |
H A D | svc_nl.c | 77 pthread_key_t xidkey; 337 *(pthread_key_t *)v = sc->xidkey; in svc_nl_control()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 99 static pthread_key_t tsd_key;
|
/freebsd/contrib/jemalloc/src/ |
H A D | tsd.c | 25 pthread_key_t tsd_tsd; 43 pthread_key_t tsd_tsd;
|
/freebsd/lib/libthread_db/ |
H A D | thread_db.h | 175 typedef pthread_key_t thread_key_t;
|
/freebsd/crypto/heimdal/include/ |
H A D | heim_threads.h | 105 #define HEIMDAL_thread_key pthread_key_t
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/ |
H A D | pthread.h | 207 typedef pthread_key_t __libcpp_tls_key;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common_mac.cpp | 59 static pthread_key_t key;
|
/freebsd/contrib/bc/include/ |
H A D | library.h | 391 typedef pthread_key_t BclTls;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | tsd_exclusive.h | 160 pthread_key_t PThreadKey = {};
|