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.h77 void CheckNoLocks();
87 void CheckNoLocks(ThreadState *thr);
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()
Dtsan_interface_ann.cc43 CheckNoLocks(thr_); in ~ScopedAnnotation()
Dtsan_rtl_report.cc582 CheckNoLocks(thr); in ReportRace()
Dtsan_interceptors.cc285 CheckNoLocks(thr_); in ~ScopedInterceptor()