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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_mutex.cc 406 if (thr->ignore_sync)
426 if (thr->ignore_sync)
435 if (thr->ignore_sync)
447 if (thr->ignore_sync)
469 if (thr->ignore_sync)
479 if (thr->ignore_sync)
487 if (thr->ignore_sync)
496 if (thr->ignore_sync)
505 if (thr->ignore_sync)
tsan_rtl.cc 1050 thr->ignore_sync++;
1051 CHECK_GT(thr->ignore_sync, 0);
1060 CHECK_GT(thr->ignore_sync, 0);
1061 thr->ignore_sync--;
1063 if (thr->ignore_sync == 0)
tsan_interface_atomic.cc 478 if (thr->ignore_sync || thr->ignore_interceptors) { \
878 if (thr->ignore_sync) { \
888 if (thr->ignore_sync) { \
tsan_rtl_thread.cc 201 if (thr->ignore_sync)
tsan_interceptors.cc 1898 int ignore_sync = thr->ignore_sync; local in function:__tsan::CallUserSignalHandler
1903 thr->ignore_sync = 0;
1924 thr->ignore_sync = ignore_sync;
tsan_rtl.h 392 int ignore_sync; member in struct:__tsan::ThreadState
tsan_rtl_report.cc 42 cur_thread()->ignore_sync++;

Completed in 18 milliseconds