Home
last modified time | relevance | path

Searched refs:ignore_sync (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc355 if (thr->ignore_sync) in Acquire()
373 if (thr->ignore_sync) in AcquireGlobal()
382 if (thr->ignore_sync) in Release()
394 if (thr->ignore_sync) in ReleaseStore()
416 if (thr->ignore_sync) in AfterSleep()
426 if (thr->ignore_sync) in AcquireImpl()
434 if (thr->ignore_sync) in ReleaseImpl()
443 if (thr->ignore_sync) in ReleaseStoreImpl()
452 if (thr->ignore_sync) in AcquireReleaseImpl()
Dtsan_rtl.cc981 thr->ignore_sync++; in ThreadIgnoreSyncBegin()
982 CHECK_GT(thr->ignore_sync, 0); in ThreadIgnoreSyncBegin()
991 thr->ignore_sync--; in ThreadIgnoreSyncEnd()
992 CHECK_GE(thr->ignore_sync, 0); in ThreadIgnoreSyncEnd()
994 if (thr->ignore_sync == 0) in ThreadIgnoreSyncEnd()
Dtsan_rtl_thread.cc202 if (thr->ignore_sync) in ThreadCheckIgnore()
Dtsan_interface_atomic.cc876 if (thr->ignore_sync) { \
886 if (thr->ignore_sync) { \
Dtsan_rtl.h347 int ignore_sync; member