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

  /art/runtime/base/
mutex.cc 674 : name_(name), guard_(guard) {
714 // guard_.AssertExclusiveHeld(self);
715 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self));
726 guard_.state_.Address(), cur_sequence) != -1;
741 guard_.AssertExclusiveHeld(self);
757 guard_.CheckSafeToWait(self);
763 guard_.AssertExclusiveHeld(self);
764 unsigned int old_recursion_count = guard_.recursion_count_;
768 guard_.num_contenders_++;
769 guard_.recursion_count_ = 1
    [all...]
mutex.h 401 Mutex& guard_; member in class:art::ConditionVariable
405 // changed and doesn't enter the wait. Modified while holding guard_, but is read by futex wait
406 // without guard_ held.
409 // waiters may have been requeued onto guard_. Guarded by guard_.

Completed in 207 milliseconds