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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 355 if (thr->ignore_sync)
373 if (thr->ignore_sync)
382 if (thr->ignore_sync)
394 if (thr->ignore_sync)
416 if (thr->ignore_sync)
426 if (thr->ignore_sync)
434 if (thr->ignore_sync)
443 if (thr->ignore_sync)
452 if (thr->ignore_sync)
tsan_rtl.cc 981 thr->ignore_sync++;
982 CHECK_GT(thr->ignore_sync, 0);
991 thr->ignore_sync--;
992 CHECK_GE(thr->ignore_sync, 0);
994 if (thr->ignore_sync == 0)
tsan_rtl_thread.cc 202 if (thr->ignore_sync)
tsan_interface_atomic.cc 876 if (thr->ignore_sync) { \
886 if (thr->ignore_sync) { \
tsan_rtl.h 347 int ignore_sync; member in struct:__tsan::ThreadState

Completed in 829 milliseconds