Home
last modified time | relevance | path

Searched refs:pthread_setspecific (Results 1 – 25 of 56) sorted by relevance

123

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp65 int res = pthread_setspecific(thread_state_key, thr); in ThreadStateDestructor()
74 res = pthread_setspecific(thread_state_key, main_thread_state); in InitializeThreadStateStorage()
99 int res = pthread_setspecific(thread_state_key, thr); in cur_thread()
106 int res = pthread_setspecific(thread_state_key, thr); in set_cur_thread()
123 int res = pthread_setspecific(thread_state_key, dead_thread_state); in cur_thread_finalize()
/src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_posix.cpp43 pthread_setspecific(tsd_key, tsd); in TSDSet()
50 CHECK_EQ(0, pthread_setspecific(tsd_key, tsd)); in PlatformTSDDtor()
/src/lib/libc/locale/
H A Dxlocale.c121 pthread_setspecific(locale_info_key, (void*)42); in init_key()
123 pthread_setspecific(locale_info_key, 0); in init_key()
164 pthread_setspecific(locale_info_key, l); in set_thread_locale()
/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp131 pthread_setspecific(tsd_key, tsd); in AsanTSDSet()
138 CHECK_EQ(0, pthread_setspecific(tsd_key, tsd)); in PlatformTSDDtor()
/src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp118 pthread_setspecific(tsd_key, t); in SetCurrentThread()
125 CHECK_EQ(0, pthread_setspecific(tsd_key, tsd)); in DFsanTSDDtor()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_generic.h40 if (pthread_setspecific(tsd_tsd, (void *)wrapper) != 0) in tsd_cleanup_wrapper()
58 if (pthread_setspecific(tsd_tsd, (void *)wrapper) != 0) { in tsd_wrapper_set()
H A Dtsd_tls.h54 if (pthread_setspecific(tsd_tsd, (void *)(&tsd_tls)) != 0) { in tsd_set()
/src/crypto/krb5/src/util/support/
H A Dthreads.c122 # pragma weak pthread_setspecific macro
144 || &pthread_setspecific == 0 in krb5int_pthread_loaded()
309 err = pthread_setspecific(key, t); in k5_setspecific()
/src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp67 pthread_setspecific(key, data); in restore_tid_data()
83 pthread_setspecific(key, ptr); in get_tls_val()
H A Dlsan_interceptors.cpp44 int pthread_setspecific(unsigned key, const void *v);
337 if (pthread_setspecific(g_thread_finalize_key, (void*)(iter - 1))) { in thread_finalize()
427 if (pthread_setspecific(g_thread_finalize_key, in ThreadStartFunc()
/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h154 pthread_setspecific(PThreadKey, reinterpret_cast<void *>(Instance)), 0); in initThread()
188 if (LIKELY(pthread_setspecific(Instance->getTSDRegistry()->PThreadKey, in teardownThread()
/src/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dtsd.h38 #define tsd_set(k, v) pthread_setspecific(k, v)
/src/lib/libstdthreads/
H A Dtss.c61 if (pthread_setspecific(key, val) != 0) in tss_set()
/src/contrib/ntp/libntp/lib/isc/pthreads/include/isc/
H A Dthread.h55 #define isc_thread_key_setspecific pthread_setspecific
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.c185 pthread_setspecific(threadLocalStorageHandle,(void*)threadStack); in iJIT_NotifyEvent()
437 pthread_setspecific(threadLocalStorageHandle, threadStack); in FinalizeThread()
/src/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp163 pthread_setspecific(thread_cleanup_key, (void *)1); in thread_start()
187 pthread_setspecific(thread_cleanup_key, NULL); in thread_cleanup_handler()
/src/lib/libc/resolv/
H A Dmtctxres.c82 if ((ret = pthread_setspecific(key, mt)) != 0) { in __res_init_ctx()
/src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp286 pthread_setspecific(tsd_key, (void *)t); in SetCurrentThread()
293 CHECK_EQ(0, pthread_setspecific(tsd_key, tsd)); in MsanTSDDtor()
/src/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_context.cpp42 pthread_setspecific(context_key, current_thread_context); in GetContextForThisThreadImpl()
/src/contrib/libcxxrt/
H A Dexception.cc40 #pragma weak pthread_setspecific macro
460 (0 == pthread_setspecific) || in init_key()
467 pthread_setspecific(eh_key, reinterpret_cast<void *>(0x42)); in init_key()
469 pthread_setspecific(eh_key, 0); in init_key()
486 pthread_setspecific(eh_key, info); in thread_info()
/src/crypto/openssl/util/platform_symbols/
H A Dunix-symbols.txt113 pthread_setspecific
/src/contrib/llvm-project/libcxx/include/__thread/support/
H A Dpthread.h216 return pthread_setspecific(__key, __p); in __libcpp_tls_set()
/src/crypto/heimdal/include/
H A Dheim_threads.h107 #define HEIMDAL_setspecific(k,s,r) do { r = pthread_setspecific(k,s); } while(0)
/src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp317 CHECK_EQ(0, pthread_setspecific(tsd_key, in HwasanTSDThreadInit()
324 CHECK_EQ(0, pthread_setspecific(tsd_key, (void *)(iterations - 1))); in HwasanTSDDtor()
/src/lib/libthr/thread/
H A Dthr_spec.c53 __weak_reference(_thr_setspecific, pthread_setspecific);

123