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

  /art/runtime/base/
mutex.cc 750 : name_(name), guard_(guard) {
790 // guard_.AssertExclusiveHeld(self);
791 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self));
802 guard_.state_.Address(), cur_sequence) != -1;
817 guard_.AssertExclusiveHeld(self);
833 guard_.CheckSafeToWait(self);
839 guard_.AssertExclusiveHeld(self);
840 unsigned int old_recursion_count = guard_.recursion_count_;
844 guard_.num_contenders_++;
845 guard_.recursion_count_ = 1
    [all...]
mutex.h 464 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 59 milliseconds