Searched refs:ignore_sync (Results 1 – 7 of 7) sorted by relevance
192 if (!thr->ignore_sync) { in MutexPostLock()241 if (!thr->ignore_sync) { in MutexUnlock()302 if (!thr->ignore_sync) in MutexPostReadLock()344 if (!thr->ignore_sync) { in MutexReadUnlock()383 if (!thr->ignore_sync) { in MutexReadOrWriteUnlock()393 if (!thr->ignore_sync) { in MutexReadOrWriteUnlock()443 if (thr->ignore_sync) in Acquire()457 if (thr->ignore_sync) in AcquireGlobal()465 if (thr->ignore_sync) in Release()478 if (thr->ignore_sync) in ReleaseStore()[all …]
79 if (thr->ignore_sync) in ThreadCheckIgnore()123 if (!thr->ignore_sync) { in ThreadCreate()155 if (!thr->ignore_sync) { in ThreadStart()227 if (!thr->ignore_sync) { in ThreadFinish()298 if (!thr->ignore_sync) { in ThreadJoin()
672 thr->ignore_sync++; in CheckUnwind()1070 thr->ignore_sync++; in ThreadIgnoreSyncBegin()1071 CHECK_GT(thr->ignore_sync, 0); in ThreadIgnoreSyncBegin()1080 CHECK_GT(thr->ignore_sync, 0); in ThreadIgnoreSyncEnd()1081 thr->ignore_sync--; in ThreadIgnoreSyncEnd()1083 if (thr->ignore_sync == 0) in ThreadIgnoreSyncEnd()
491 if (UNLIKELY(thr->ignore_sync || thr->ignore_interceptors)) \849 if (thr->ignore_sync) { \858 if (thr->ignore_sync) { \
2089 int ignore_sync = thr->ignore_sync; in CallUserSignalHandler() local2101 thr->ignore_sync = 0; in CallUserSignalHandler()2124 thr->ignore_sync = ignore_sync; in CallUserSignalHandler()
161 int ignore_sync; member
89 SYSCTL_INT(_hw_hvtimesync, OID_AUTO, ignore_sync, CTLFLAG_RWTUN,