Searched refs:ignore_sync (Results 1 – 5 of 5) sorted by relevance
355 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()
967 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()
200 if (thr->ignore_sync) in ThreadCheckIgnore()
876 if (thr->ignore_sync) { \886 if (thr->ignore_sync) { \
346 int ignore_sync; member