HomeSort by: relevance | last modified time | path
    Searched refs:CheckNoLocks (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mutex.h 77 void CheckNoLocks();
87 void CheckNoLocks(ThreadState *thr);
tsan_mutex.cc 168 void InternalDeadlockDetector::CheckNoLocks() {
175 void CheckNoLocks(ThreadState *thr) {
177 thr->internal_deadlock_detector.CheckNoLocks();
tsan_interface_ann.cc 42 CheckNoLocks(thr_);
tsan_rtl_report.cc 590 CheckNoLocks(thr);
tsan_interceptors.cc 272 CheckNoLocks(thr_);
2106 // we'll assert in CheckNoLocks() unless we ignore interceptors.

Completed in 15 milliseconds