Searched refs:ignore_sync (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc358 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)
H A Dtsan_rtl.cc956 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)
H A Dtsan_rtl_thread.cc191 if (thr->ignore_sync)
H A Dtsan_rtl.h337 int ignore_sync; member in struct:__tsan::ThreadState

Completed in 270 milliseconds