Searched refs:internal_deadlock_detector (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cpp176 thr->internal_deadlock_detector.CheckNoLocks();
228 cur_thread()->internal_deadlock_detector.Lock(type_);
253 cur_thread()->internal_deadlock_detector.Unlock(type_);
259 cur_thread()->internal_deadlock_detector.Lock(type_);
281 cur_thread()->internal_deadlock_detector.Unlock(type_);
H A Dtsan_rtl.h424 InternalDeadlockDetector internal_deadlock_detector; member in struct:__tsan::ThreadState

Completed in 109 milliseconds