Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp192 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 …]
H A Dtsan_rtl_thread.cpp79 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()
H A Dtsan_rtl.cpp672 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()
H A Dtsan_interface_atomic.cpp491 if (UNLIKELY(thr->ignore_sync || thr->ignore_interceptors)) \
849 if (thr->ignore_sync) { \
858 if (thr->ignore_sync) { \
H A Dtsan_interceptors_posix.cpp2089 int ignore_sync = thr->ignore_sync; in CallUserSignalHandler() local
2101 thr->ignore_sync = 0; in CallUserSignalHandler()
2124 thr->ignore_sync = ignore_sync; in CallUserSignalHandler()
H A Dtsan_rtl.h161 int ignore_sync; member
/freebsd/sys/dev/hyperv/utilities/
H A Dvmbus_timesync.c89 SYSCTL_INT(_hw_hvtimesync, OID_AUTO, ignore_sync, CTLFLAG_RWTUN,