| /freebsd-13.1/lib/libstdthreads/ |
| H A D | tss.c | 51 (void)pthread_key_delete(key); in tss_delete()
|
| /freebsd-13.1/contrib/ntp/lib/isc/pthreads/include/isc/ |
| H A D | thread.h | 56 #define isc_thread_key_delete pthread_key_delete
|
| /freebsd-13.1/contrib/apr/threadproc/unix/ |
| H A D | threadpriv.c | 70 if ((stat = pthread_key_delete(key->key)) == 0) { in apr_threadkey_private_delete()
|
| /freebsd-13.1/crypto/openssl/crypto/ |
| H A D | threads_pthread.c | 147 if (pthread_key_delete(*key) != 0) in CRYPTO_THREAD_cleanup_local()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | ThreadLocal.inc | 39 int errorcode = pthread_key_delete(*key);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | tsd_exclusive.h | 51 CHECK_EQ(pthread_key_delete(PThreadKey), 0); in unmapTestOnly()
|
| /freebsd-13.1/crypto/heimdal/include/ |
| H A D | heim_threads.h | 109 #define HEIMDAL_key_delete(k) pthread_key_delete(k)
|
| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_spec.c | 52 __weak_reference(_thr_key_delete, pthread_key_delete);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | jitprofiling.c | 463 pthread_key_delete(threadLocalStorageHandle); in FinalizeProcess()
|
| /freebsd-13.1/lib/libthr/ |
| H A D | pthread.map | 64 pthread_key_delete;
|
| /freebsd-13.1/lib/libc/include/ |
| H A D | namespace.h | 148 #define pthread_key_delete _pthread_key_delete macro
|
| H A D | un-namespace.h | 129 #undef pthread_key_delete
|
| /freebsd-13.1/include/ |
| H A D | pthread.h | 222 int pthread_key_delete(pthread_key_t);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | emutls.c | 389 pthread_key_delete(emutls_pthread_key); in __emutls_unregister_key()
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | Symbol.map | 42 pthread_key_delete;
|
| H A D | _pthread_stubs.c | 230 STUB_FUNC1(pthread_key_delete, PJT_KEY_DELETE, int, pthread_key_t)
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzpool/ |
| H A D | taskq.c | 379 VERIFY0(pthread_key_delete(taskq_tsd)); in system_taskq_fini()
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 402 pthread_key_delete.3 \
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | thread | 186 // pthread_key_delete(__key_) may prevent other threads from deleting their
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 328 fun:pthread_key_delete=discard
|
| H A D | libc_ubuntu1404_abilist.txt | 2589 fun:pthread_key_delete=uninstrumented
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 2182 GTEST_CHECK_POSIX_SUCCESS_(pthread_key_delete(key_));
|
| /freebsd-13.1/contrib/apr/include/arch/unix/ |
| H A D | apr_private.h.in | 395 /* Define to 1 if you have the `pthread_key_delete' function. */
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 1874 status = pthread_key_delete(__kmp_gtid_threadprivate_key); in __kmp_runtime_destroy()
|
| /freebsd-13.1/contrib/apr/ |
| H A D | configure.in | 790 AC_CHECK_FUNCS([pthread_key_delete pthread_rwlock_init \
|