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.cc967 thr->ignore_sync++; in ThreadIgnoreSyncBegin()
968 CHECK_GT(thr->ignore_sync, 0); in ThreadIgnoreSyncBegin()
977 thr->ignore_sync--; in ThreadIgnoreSyncEnd()
978 CHECK_GE(thr->ignore_sync, 0); in ThreadIgnoreSyncEnd()
980 if (thr->ignore_sync == 0) in ThreadIgnoreSyncEnd()
Dtsan_rtl_thread.cc200 if (thr->ignore_sync) in ThreadCheckIgnore()
Dtsan_interface_atomic.cc876 if (thr->ignore_sync) { \
886 if (thr->ignore_sync) { \
Dtsan_rtl.h346 int ignore_sync; member