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

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

Completed in 133 milliseconds