HomeSort by relevance Sort by last modified time
    Searched refs:guard_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
mutex.cc 835 : name_(name), guard_(guard) {
873 // guard_.AssertExclusiveHeld(self);
874 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self));
885 guard_.state_.Address(), cur_sequence) != -1;
900 guard_.AssertExclusiveHeld(self);
    [all...]
mutex.h 473 Mutex& guard_; member in class:art::ConditionVariable
477 // changed and doesn't enter the wait. Modified while holding guard_, but is read by futex wait
478 // without guard_ held.
481 // waiters may have been requeued onto guard_. Guarded by guard_.

Completed in 53 milliseconds