Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.h76 void CheckNoLocks();
86 void CheckNoLocks(ThreadState *thr);
Dtsan_mutex.cc167 void InternalDeadlockDetector::CheckNoLocks() { in CheckNoLocks() function in __tsan::InternalDeadlockDetector
174 void CheckNoLocks(ThreadState *thr) { in CheckNoLocks() function
176 thr->internal_deadlock_detector.CheckNoLocks(); in CheckNoLocks()
Dtsan_interface_ann.cc43 CheckNoLocks(thr_); in ~ScopedAnnotation()
Dtsan_rtl_report.cc571 CheckNoLocks(thr); in ReportRace()
Dtsan_interceptors.cc294 CheckNoLocks(thr_); in ~ScopedInterceptor()