Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_mutex.cpp405 if (thr->ignore_sync) in Acquire()
427 if (thr->ignore_sync) in AcquireGlobal()
435 if (thr->ignore_sync) in ReleaseStoreAcquire()
447 if (thr->ignore_sync) in Release()
459 if (thr->ignore_sync) in ReleaseStore()
481 if (thr->ignore_sync) in AfterSleep()
491 if (thr->ignore_sync) in AcquireImpl()
498 if (thr->ignore_sync) in ReleaseStoreAcquireImpl()
506 if (thr->ignore_sync) in ReleaseImpl()
514 if (thr->ignore_sync) in ReleaseStoreImpl()
[all …]
H A Dtsan_rtl.cpp354 cur_thread()->ignore_sync++; in CheckUnwind()
714 thr->ignore_sync++; in ThreadIgnoreSyncBegin()
715 CHECK_GT(thr->ignore_sync, 0); in ThreadIgnoreSyncBegin()
724 CHECK_GT(thr->ignore_sync, 0); in ThreadIgnoreSyncEnd()
725 thr->ignore_sync--; in ThreadIgnoreSyncEnd()
727 if (thr->ignore_sync == 0) in ThreadIgnoreSyncEnd()
H A Dtsan_interface_atomic.cpp486 if (UNLIKELY(thr->ignore_sync || thr->ignore_interceptors)) \
844 if (thr->ignore_sync) { \
853 if (thr->ignore_sync) { \
H A Dtsan_rtl_thread.cpp83 if (thr->ignore_sync) in ThreadCheckIgnore()
H A Dtsan_interceptors_posix.cpp1977 int ignore_sync = thr->ignore_sync; in CallUserSignalHandler() local
1989 thr->ignore_sync = 0; in CallUserSignalHandler()
2012 thr->ignore_sync = ignore_sync; in CallUserSignalHandler()
H A Dtsan_rtl.h156 int ignore_sync; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc406 if (thr->ignore_sync) in Acquire()
426 if (thr->ignore_sync) in AcquireGlobal()
435 if (thr->ignore_sync) in Release()
447 if (thr->ignore_sync) in ReleaseStore()
469 if (thr->ignore_sync) in AfterSleep()
479 if (thr->ignore_sync) in AcquireImpl()
487 if (thr->ignore_sync) in ReleaseImpl()
496 if (thr->ignore_sync) in ReleaseStoreImpl()
505 if (thr->ignore_sync) in AcquireReleaseImpl()
H A Dtsan_rtl.cc1050 thr->ignore_sync++; in ThreadIgnoreSyncBegin()
1051 CHECK_GT(thr->ignore_sync, 0); in ThreadIgnoreSyncBegin()
1060 CHECK_GT(thr->ignore_sync, 0); in ThreadIgnoreSyncEnd()
1061 thr->ignore_sync--; in ThreadIgnoreSyncEnd()
1063 if (thr->ignore_sync == 0) in ThreadIgnoreSyncEnd()
H A Dtsan_interface_atomic.cc478 if (thr->ignore_sync || thr->ignore_interceptors) { \
878 if (thr->ignore_sync) { \
888 if (thr->ignore_sync) { \
H A Dtsan_interceptors.cc1898 int ignore_sync = thr->ignore_sync; in CallUserSignalHandler() local
1903 thr->ignore_sync = 0; in CallUserSignalHandler()
1924 thr->ignore_sync = ignore_sync; in CallUserSignalHandler()
H A Dtsan_rtl_thread.cc201 if (thr->ignore_sync) in ThreadCheckIgnore()
H A Dtsan_rtl.h392 int ignore_sync; member
H A Dtsan_rtl_report.cc42 cur_thread()->ignore_sync++; in TsanCheckFailed()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_mutex.cc404 if (thr->ignore_sync) in Acquire()
424 if (thr->ignore_sync) in AcquireGlobal()
433 if (thr->ignore_sync) in Release()
445 if (thr->ignore_sync) in ReleaseStore()
467 if (thr->ignore_sync) in AfterSleep()
477 if (thr->ignore_sync) in AcquireImpl()
485 if (thr->ignore_sync) in ReleaseImpl()
494 if (thr->ignore_sync) in ReleaseStoreImpl()
503 if (thr->ignore_sync) in AcquireReleaseImpl()
H A Dtsan_rtl.cc1046 thr->ignore_sync++; in ThreadIgnoreSyncBegin()
1047 CHECK_GT(thr->ignore_sync, 0); in ThreadIgnoreSyncBegin()
1056 CHECK_GT(thr->ignore_sync, 0); in ThreadIgnoreSyncEnd()
1057 thr->ignore_sync--; in ThreadIgnoreSyncEnd()
1059 if (thr->ignore_sync == 0) in ThreadIgnoreSyncEnd()
H A Dtsan_interface_atomic.cc476 if (thr->ignore_sync || thr->ignore_interceptors) { \
876 if (thr->ignore_sync) { \
886 if (thr->ignore_sync) { \
H A Dtsan_interceptors.cc1856 int ignore_sync = thr->ignore_sync; in CallUserSignalHandler() local
1861 thr->ignore_sync = 0; in CallUserSignalHandler()
1882 thr->ignore_sync = ignore_sync; in CallUserSignalHandler()
H A Dtsan_rtl_thread.cc199 if (thr->ignore_sync) in ThreadCheckIgnore()
H A Dtsan_rtl.h388 int ignore_sync; member
H A Dtsan_rtl_report.cc40 cur_thread()->ignore_sync++; in TsanCheckFailed()