Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.cc989 : name_(name), guard_(guard) { in ConditionVariable()
1028 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self)); in Broadcast()
1046 guard_.state_and_contenders_.Address(), in RequeueWaiters()
1058 guard_.AssertExclusiveHeld(self); in Signal()
1067 guard_.CheckSafeToWait(self); in Wait()
1073 guard_.AssertExclusiveHeld(self); in WaitHoldingLocks()
1074 unsigned int old_recursion_count = guard_.recursion_count_; in WaitHoldingLocks()
1078 guard_.increment_contenders(); in WaitHoldingLocks()
1079 guard_.recursion_count_ = 1; in WaitHoldingLocks()
1081 guard_.ExclusiveUnlock(self); in WaitHoldingLocks()
[all …]
Dmutex.h476 guard_.CheckSafeToWait(self); in CheckSafeToWait()
484 Mutex& guard_; variable