HomeSort by relevance Sort by last modified time
    Searched refs:ignore_sync (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 364 if (thr->ignore_sync)
384 if (thr->ignore_sync)
393 if (thr->ignore_sync)
405 if (thr->ignore_sync)
427 if (thr->ignore_sync)
437 if (thr->ignore_sync)
445 if (thr->ignore_sync)
454 if (thr->ignore_sync)
463 if (thr->ignore_sync)
tsan_rtl.cc 989 thr->ignore_sync++;
990 CHECK_GT(thr->ignore_sync, 0);
999 thr->ignore_sync--;
1000 CHECK_GE(thr->ignore_sync, 0);
1002 if (thr->ignore_sync == 0)
tsan_rtl_thread.cc 190 if (thr->ignore_sync)
tsan_interceptors.cc 1777 int ignore_sync = thr->ignore_sync; local
    [all...]
tsan_interface_atomic.cc 853 if (thr->ignore_sync) { \
863 if (thr->ignore_sync) { \
tsan_rtl.h 377 int ignore_sync; member in struct:__tsan::ThreadState

Completed in 261 milliseconds