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

  /art/runtime/base/
mutex.cc 298 exclusive_owner_ = 0;
319 LOG(shutting_down ? WARNING : FATAL) << "destroying mutex with owner: " << exclusive_owner_;
321 CHECK_EQ(exclusive_owner_, 0U) << "unexpectedly found an owner on unlocked mutex " << name_;
367 exclusive_owner_ = SafeGetTid(self);
399 exclusive_owner_ = SafeGetTid(self);
437 exclusive_owner_ = 0;
478 return exclusive_owner_;
516 , state_(0), exclusive_owner_(0), num_pending_readers_(0), num_pending_writers_(0)
527 CHECK_EQ(exclusive_owner_, 0U);
570 exclusive_owner_ = SafeGetTid(self)
    [all...]
mutex.h 192 volatile uint64_t exclusive_owner_; member in class:art::Mutex
303 volatile uint64_t exclusive_owner_; member in class:art::ReaderWriterMutex

Completed in 52 milliseconds