Home
last modified time | relevance | path

Searched refs:CheckNoLocks (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mutex.h77 void CheckNoLocks();
87 void CheckNoLocks(ThreadState *thr);
H A Dtsan_mutex.cc168 void InternalDeadlockDetector::CheckNoLocks() { in CheckNoLocks() function in __tsan::InternalDeadlockDetector
175 void CheckNoLocks(ThreadState *thr) { in CheckNoLocks() function
177 thr->internal_deadlock_detector.CheckNoLocks(); in CheckNoLocks()
H A Dtsan_interface_ann.cc42 CheckNoLocks(thr_); in ~ScopedAnnotation()
H A Dtsan_rtl_report.cc590 CheckNoLocks(thr); in ReportRace()
H A Dtsan_interceptors.cc272 CheckNoLocks(thr_); in ~ScopedInterceptor()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mutex.h75 void CheckNoLocks();
85 void CheckNoLocks(ThreadState *thr);
H A Dtsan_mutex.cc166 void InternalDeadlockDetector::CheckNoLocks() { in CheckNoLocks() function in __tsan::InternalDeadlockDetector
173 void CheckNoLocks(ThreadState *thr) { in CheckNoLocks() function
175 thr->internal_deadlock_detector.CheckNoLocks(); in CheckNoLocks()
H A Dtsan_interface_ann.cc40 CheckNoLocks(thr_); in ~ScopedAnnotation()
H A Dtsan_rtl_report.cc588 CheckNoLocks(thr); in ReportRace()
H A Dtsan_interceptors.cc257 CheckNoLocks(thr_); in ~ScopedInterceptor()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mutex.cpp197 void CheckNoLocks() { in CheckNoLocks() function
222 void CheckedMutex::CheckNoLocksImpl() { deadlock_detector.CheckNoLocks(); } in CheckNoLocksImpl()
H A Dsanitizer_mutex.h139 static void CheckNoLocks() { in CheckNoLocks() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interface_ann.cpp40 CheckedMutex::CheckNoLocks(); in ~ScopedAnnotation()
H A Dtsan_rtl_report.cpp134 CheckedMutex::CheckNoLocks(); in ShouldReport()
825 CheckedMutex::CheckNoLocks(); in ReportRace()
H A Dtsan_interceptors_posix.cpp263 CheckedMutex::CheckNoLocks(); in ~ScopedInterceptor()