Searched defs:guard_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dmutex.h464 Mutex& guard_; member in class:art::ConditionVariable
468 // changed and doesn't enter the wait. Modified while holding guard_, but is read by futex wait
469 // without guard_ held.
472 // waiters may have been requeued onto guard_. Guarded by guard_.

Completed in 65 milliseconds