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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.h74 void CheckNoLocks();
84 void CheckNoLocks(ThreadState *thr);
H A Dtsan_mutex.cc165 void InternalDeadlockDetector::CheckNoLocks() { function in class:__tsan::InternalDeadlockDetector
172 void CheckNoLocks(ThreadState *thr) { function in namespace:__tsan
174 thr->internal_deadlock_detector.CheckNoLocks();
H A Dtsan_interface_ann.cc43 CheckNoLocks(thr_);
H A Dtsan_rtl_report.cc631 CheckNoLocks(thr);
H A Dtsan_interceptors.cc194 CheckNoLocks(thr_);

Completed in 115 milliseconds