Searched refs:is_inited (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp188 if (!cur_thread()->is_inited) {
198 if (!cur_thread()->is_inited) {
210 if (!cur_thread()->is_inited) {
220 if (!cur_thread()->is_inited) {
230 if (!cur_thread()->is_inited) {
242 if (!cur_thread()->is_inited) {
251 if (!cur_thread()->is_inited || cur_thread()->is_dead) {
261 if (!cur_thread()->is_inited || cur_thread()->is_dead) {
270 if (!cur_thread()->is_inited || cur_thread()->is_dead) {
281 if (!cur_thread()->is_inited || cur_threa
[all...]
H A Dtsan_interceptors.h48 if (!thr->is_inited || thr->ignore_interceptors || thr->in_ignored_lib) \
H A Dtsan_malloc_mac.cpp24 #define COMMON_MALLOC_SANITIZER_INITIALIZED (cur_thread()->is_inited)
H A Dtsan_rtl_thread.cpp120 thr->is_inited = true;
H A Dtsan_interceptors_posix.cpp157 (cur_thread_init(), !cur_thread()->is_inited)
253 if (!thr_->is_inited) return;
263 if (!thr_->is_inited) return;
492 if (!thr->is_inited) // called from libc guts during bootstrap
H A Dtsan_rtl.cpp552 if (!thr->is_inited) // May happen during bootstrap.
H A Dtsan_rtl.h413 bool is_inited; member in struct:__tsan::ThreadState

Completed in 158 milliseconds