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

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 213 cur_thread()->deadlock_detector.Lock(type_);
238 cur_thread()->deadlock_detector.Unlock(type_);
244 cur_thread()->deadlock_detector.Lock(type_);
266 cur_thread()->deadlock_detector.Unlock(type_);
tsan_rtl.h 433 DeadlockDetector deadlock_detector; member in struct:__tsan::ThreadState

Completed in 41 milliseconds