Searched refs:Lock (Results 1 - 13 of 13) sorted by relevance

/gem5/src/mem/cache/
H A Dcache_blk.hh133 class Lock { class in class:CacheBlk
158 Lock(const RequestPtr &req) function in class:CacheBlk::Lock
168 std::list<Lock> lockList;
/gem5/src/dev/arm/
H A Drv_ctrl.cc100 case Lock:
146 case Lock:
H A Drv_ctrl.hh96 Lock = 0x20, enumerator in enum:RealViewCtrl::__anon5
/gem5/src/arch/x86/
H A Ddecoder_tables.cc54 const uint8_t LO = Lock;
H A Dtypes.hh67 Lock, enumerator in enum:X86ISA::Prefixes
H A Ddecoder.cc208 case Lock:
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1676 void Lock();
1715 : mutex_(mutex) { mutex_->Lock(); }
1927 void Lock() { function in class:testing::internal::MutexBase
1999 : mutex_(mutex) { mutex_->Lock(); }
2139 void Lock() {} function in class:testing::internal::Mutex
/gem5/tests/gem5/
H A Dfixture.py97 obj.lock = threading.Lock()
/gem5/ext/testlib/
H A Dhandlers.py365 self._handler_lock = threading.Lock()
/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc507 g_gmock_mutex.Lock();
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc259 void Mutex::Lock() { function in class:testing::internal::Mutex
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc310 mutex->Lock();
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1568 // Lock the mutex again, since the caller expects it to be locked when we
1570 g_gmock_mutex.Lock();

Completed in 44 milliseconds