Home
last modified time | relevance | path

Searched refs:guard_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dmutex.cc911 : name_(name), guard_(guard) { in ConditionVariable()
950 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self)); in Broadcast()
968 guard_.state_and_contenders_.Address(), in RequeueWaiters()
980 guard_.AssertExclusiveHeld(self); in Signal()
989 guard_.CheckSafeToWait(self); in Wait()
995 guard_.AssertExclusiveHeld(self); in WaitHoldingLocks()
996 unsigned int old_recursion_count = guard_.recursion_count_; in WaitHoldingLocks()
1000 guard_.increment_contenders(); in WaitHoldingLocks()
1001 guard_.recursion_count_ = 1; in WaitHoldingLocks()
1003 guard_.ExclusiveUnlock(self); in WaitHoldingLocks()
[all …]
Dmutex.h460 guard_.CheckSafeToWait(self); in CheckSafeToWait()
468 Mutex& guard_; variable