Searched refs:owner_ (Results 1 - 9 of 9) sorted by relevance

/gem5/src/mem/
H A Dexternal_master.hh78 ExternalMaster &owner_) :
79 MasterPort(name_, &owner_), owner(owner_)
77 ExternalPort(const std::string &name_, ExternalMaster &owner_) argument
H A Dexternal_slave.hh78 ExternalSlave &owner_) :
79 SlavePort(name_, &owner_), owner(owner_)
77 ExternalPort(const std::string &name_, ExternalSlave &owner_) argument
H A Dexternal_slave.cc68 ExternalSlave &owner_) :
69 ExternalSlave::ExternalPort(name_, owner_),
67 StubSlavePort(const std::string &name_, ExternalSlave &owner_) argument
/gem5/util/tlm/src/
H A Dsc_slave_port.hh116 ExternalSlave &owner_);
H A Dsc_master_port.hh125 ExternalMaster& owner_,
H A Dsc_master_port.cc86 ExternalMaster& owner_,
88 : ExternalMaster::Port(name_, owner_),
99 dynamic_cast<const ExternalMasterParams*>(owner_.params())->system;
84 SCMasterPort(const std::string& name_, const std::string& systemc_name, ExternalMaster& owner_, Gem5SimControl& simControl) argument
H A Dsc_slave_port.cc367 ExternalSlave &owner_) :
368 ExternalSlave::Port(name_, owner_),
365 SCSlavePort(const std::string &name_, const std::string &systemc_name, ExternalSlave &owner_) argument
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h887 owner_(owner),
1077 return owner_->GetHandleOf(this);
1222 FunctionMockerBase<F>* const owner_;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1929 owner_ = pthread_self();
1935 // Since the lock is being released the owner_ field should no longer be
1946 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
1957 // has_owner_ indicates whether the owner_ field below contains a valid thread
1959 // accesses to the owner_ field should be protected by a check of this field.
1960 // An alternative might be to memset() owner_ to all zeros, but there's no
1964 pthread_t owner_; // The thread holding the mutex. member in class:testing::internal::MutexBase

Completed in 27 milliseconds