Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc358 if (thr->ignore_sync) in Acquire()
376 if (thr->ignore_sync) in AcquireGlobal()
385 if (thr->ignore_sync) in Release()
397 if (thr->ignore_sync) in ReleaseStore()
419 if (thr->ignore_sync) in AfterSleep()
429 if (thr->ignore_sync) in AcquireImpl()
437 if (thr->ignore_sync) in ReleaseImpl()
446 if (thr->ignore_sync) in ReleaseStoreImpl()
455 if (thr->ignore_sync) in AcquireReleaseImpl()
Dtsan_rtl.cc956 thr->ignore_sync++; in ThreadIgnoreSyncBegin()
957 CHECK_GT(thr->ignore_sync, 0); in ThreadIgnoreSyncBegin()
966 thr->ignore_sync--; in ThreadIgnoreSyncEnd()
967 CHECK_GE(thr->ignore_sync, 0); in ThreadIgnoreSyncEnd()
969 if (thr->ignore_sync == 0) in ThreadIgnoreSyncEnd()
Dtsan_rtl_thread.cc191 if (thr->ignore_sync) in ThreadCheckIgnore()
Dtsan_rtl.h337 int ignore_sync; member