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

  /src/sys/external/bsd/compiler_rt/dist/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 430 InternalDeadlockDetector internal_deadlock_detector; member in struct:__tsan::ThreadState

Completed in 13 milliseconds