HomeSort by relevance Sort by last modified time
    Searched refs:internal_deadlock_detector (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 177 thr->internal_deadlock_detector.CheckNoLocks();
229 cur_thread()->internal_deadlock_detector.Lock(type_);
254 cur_thread()->internal_deadlock_detector.Unlock(type_);
260 cur_thread()->internal_deadlock_detector.Lock(type_);
282 cur_thread()->internal_deadlock_detector.Unlock(type_);
tsan_rtl.h 414 InternalDeadlockDetector internal_deadlock_detector; member in struct:__tsan::ThreadState

Completed in 1136 milliseconds