| /freebsd-12.1/contrib/gcc/ |
| H A D | gthr-tpf.h | 82 __gthrw(pthread_key_create) in __gthrw() argument 115 return __gthrw_(pthread_key_create) (key, dtor); in __gthread_key_create()
|
| H A D | gthr-posix.h | 103 __gthrw(pthread_key_create) 250 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0) in __gthread_objc_init_thread_system() 586 return __gthrw_(pthread_key_create) (key, dtor); in __gthread_key_create()
|
| H A D | gthr-posix95.h | 69 __gthrw(pthread_key_create) 216 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0) in __gthread_objc_init_thread_system() 552 return __gthrw_(pthread_key_create) (key, dtor); in __gthread_key_create()
|
| H A D | gthr-posix.c | 44 pthread_key_create (pthread_key_t *key ATTRIBUTE_UNUSED, in pthread_key_create() function
|
| /freebsd-12.1/lib/libstdthreads/ |
| H A D | tss.c | 42 if (pthread_key_create(key, dtor) != 0) in tss_create()
|
| /freebsd-12.1/contrib/ntp/lib/isc/pthreads/include/isc/ |
| H A D | thread.h | 53 #define isc_thread_key_create pthread_key_create
|
| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_tsd_exclusive.cpp | 51 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread), 0); in initOnce()
|
| H A D | scudo_tsd_shared.cpp | 35 CHECK_EQ(pthread_key_create(&PThreadKey, NULL), 0); in initOnce()
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | tsd_tls.h | 13 if (pthread_key_create(&tsd_tsd, &tsd_cleanup) != 0) { in tsd_boot0()
|
| H A D | tsd_generic.h | 91 if (pthread_key_create(&tsd_tsd, tsd_cleanup_wrapper) != 0) { in tsd_boot0()
|
| /freebsd-12.1/lib/libc/resolv/ |
| H A D | mtctxres.c | 42 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx); in _mtctxres_init()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_posix.cc | 93 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in AsanTSDInit()
|
| /freebsd-12.1/contrib/apr/threadproc/unix/ |
| H A D | threadpriv.c | 36 return pthread_key_create(&(*key)->key, dest); in apr_threadkey_private_create()
|
| /freebsd-12.1/crypto/openssl/crypto/ |
| H A D | threads_pthread.c | 126 if (pthread_key_create(key, cleanup) != 0) in CRYPTO_THREAD_init_local()
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cc | 41 int pthread_key_create(unsigned *key, void (*destructor)(void* v)); 453 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) { in InitializeInterceptors()
|
| H A D | lsan_common_mac.cc | 55 CHECK_EQ(pthread_key_create(&key, restore_tid_data), 0); in make_tls_key()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | ThreadLocal.inc | 33 int errorcode = pthread_key_create(key, nullptr);
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libuutil/common/ |
| H A D | uu_misc.c | 87 if (pthread_key_create(&uu_error_key, NULL) != 0) in uu_set_error()
|
| /freebsd-12.1/crypto/heimdal/include/ |
| H A D | heim_threads.h | 106 #define HEIMDAL_key_create(k,d,r) do { r = pthread_key_create(k,d); } while(0)
|
| /freebsd-12.1/contrib/libcxxrt/ |
| H A D | exception.cc | 38 #pragma weak pthread_key_create macro 379 if ((0 == pthread_key_create) || in init_key() 386 pthread_key_create(&eh_key, thread_cleanup); in init_key()
|
| /freebsd-12.1/lib/libthr/ |
| H A D | pthread.map | 63 pthread_key_create;
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_spec.c | 50 __weak_reference(_thr_key_create, pthread_key_create);
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | jitprofiling.c | 409 pthread_key_create(&threadLocalStorageHandle, NULL); in loadiJIT_Funcs()
|
| /freebsd-12.1/contrib/compiler-rt/lib/safestack/ |
| H A D | safestack.cc | 287 pthread_key_create(&thread_cleanup_key, thread_cleanup_handler); in __safestack_init()
|
| /freebsd-12.1/lib/libc/locale/ |
| H A D | xlocale.c | 122 pthread_key_create(&locale_info_key, xlocale_release); in init_key()
|