Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.cc795 : name_(name), guard_(guard) { in ConditionVariable()
834 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self)); in Broadcast()
852 guard_.state_and_contenders_.Address(), in RequeueWaiters()
864 guard_.AssertExclusiveHeld(self); in Signal()
873 guard_.CheckSafeToWait(self); in Wait()
879 guard_.AssertExclusiveHeld(self); in WaitHoldingLocks()
880 unsigned int old_recursion_count = guard_.recursion_count_; in WaitHoldingLocks()
884 guard_.increment_contenders(); in WaitHoldingLocks()
885 guard_.recursion_count_ = 1; in WaitHoldingLocks()
887 guard_.ExclusiveUnlock(self); in WaitHoldingLocks()
[all …]
Dmutex.h432 guard_.CheckSafeToWait(self); in CheckSafeToWait()
440 Mutex& guard_; variable