Home
last modified time | relevance | path

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

/aosp12/art/runtime/base/
H A Dmutex.cc1067 guard_.CheckSafeToWait(self); in Wait()
1078 guard_.increment_contenders(); in WaitHoldingLocks()
1079 guard_.recursion_count_ = 1; in WaitHoldingLocks()
1081 guard_.ExclusiveUnlock(self); in WaitHoldingLocks()
1091 guard_.ExclusiveLock(self); in WaitHoldingLocks()
1100 guard_.recursion_count_ = 0; in WaitHoldingLocks()
1111 guard_.CheckSafeToWait(self); in TimedWait()
1119 guard_.recursion_count_ = 1; in TimedWait()
1121 guard_.ExclusiveUnlock(self); in TimedWait()
1133 guard_.ExclusiveLock(self); in TimedWait()
[all …]
H A Dmutex.h476 guard_.CheckSafeToWait(self); in CheckSafeToWait()
484 Mutex& guard_; variable