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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 358 if (thr->ignore_sync)
376 if (thr->ignore_sync)
385 if (thr->ignore_sync)
397 if (thr->ignore_sync)
419 if (thr->ignore_sync)
429 if (thr->ignore_sync)
437 if (thr->ignore_sync)
446 if (thr->ignore_sync)
455 if (thr->ignore_sync)
tsan_rtl.cc 956 thr->ignore_sync++;
957 CHECK_GT(thr->ignore_sync, 0);
966 thr->ignore_sync--;
967 CHECK_GE(thr->ignore_sync, 0);
969 if (thr->ignore_sync == 0)
tsan_rtl_thread.cc 191 if (thr->ignore_sync)
tsan_rtl.h 337 int ignore_sync; member in struct:__tsan::ThreadState

Completed in 432 milliseconds