Searched refs:ignore_sync (Results 1 – 6 of 6) sorted by relevance
364 if (thr->ignore_sync) in Acquire()384 if (thr->ignore_sync) in AcquireGlobal()393 if (thr->ignore_sync) in Release()405 if (thr->ignore_sync) in ReleaseStore()427 if (thr->ignore_sync) in AfterSleep()437 if (thr->ignore_sync) in AcquireImpl()445 if (thr->ignore_sync) in ReleaseImpl()454 if (thr->ignore_sync) in ReleaseStoreImpl()463 if (thr->ignore_sync) in AcquireReleaseImpl()
989 thr->ignore_sync++; in ThreadIgnoreSyncBegin()990 CHECK_GT(thr->ignore_sync, 0); in ThreadIgnoreSyncBegin()999 thr->ignore_sync--; in ThreadIgnoreSyncEnd()1000 CHECK_GE(thr->ignore_sync, 0); in ThreadIgnoreSyncEnd()1002 if (thr->ignore_sync == 0) in ThreadIgnoreSyncEnd()
1777 int ignore_sync = thr->ignore_sync; in CallUserSignalHandler() local1782 thr->ignore_sync = 0; in CallUserSignalHandler()1804 thr->ignore_sync = ignore_sync; in CallUserSignalHandler()
190 if (thr->ignore_sync) in ThreadCheckIgnore()
853 if (thr->ignore_sync) { \863 if (thr->ignore_sync) { \
377 int ignore_sync; member