HomeSort by: relevance | last modified time | path
    Searched refs:is_inited (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.h 40 if (!thr->is_inited || thr->ignore_interceptors || thr->in_ignored_lib) \
tsan_malloc_mac.cc 25 #define COMMON_MALLOC_SANITIZER_INITIALIZED (cur_thread()->is_inited)
tsan_interceptors_mac.cc 181 if (!cur_thread()->is_inited) {
191 if (!cur_thread()->is_inited) {
203 if (!cur_thread()->is_inited) {
213 if (!cur_thread()->is_inited) {
223 if (!cur_thread()->is_inited) {
235 if (!cur_thread()->is_inited) {
tsan_rtl_thread.cc 121 thr->is_inited = true;
tsan_interceptors.cc 161 (!cur_thread()->is_inited)
257 if (!thr_->is_inited) return;
267 if (!thr_->is_inited) return;
496 if (!thr->is_inited) // called from libc guts during bootstrap
tsan_rtl.cc 535 if (!thr->is_inited) // May happen during bootstrap.
tsan_rtl.h 419 bool is_inited; member in struct:__tsan::ThreadState

Completed in 16 milliseconds