Searched defs:handle (Results 1 - 17 of 17) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_join.cpp63 sc_thread_handle handle = DCAST<sc_thread_handle>(process_p); local
H A Dsc_wait.cpp373 sc_process_b* handle = cpi->process_handle; local
H A Dsc_simcontext.cpp1137 sc_thread_handle handle = local
1154 sc_method_handle handle = local
1194 sc_thread_handle handle = local
[all...]
/gem5/src/base/
H A Dpngwriter.cc128 PngStructHandle handle; local
H A Dtrie.hh289 remove(Handle handle) argument
335 Handle handle = lookupHandle(key); local
/gem5/src/systemc/tests/systemc/kernel/sc_process_b/test03/
H A Dtest03.cpp48 sc_process_handle handle = sc_get_current_process_handle(); local
55 sc_process_handle handle = sc_get_current_process_handle(); local
/gem5/src/systemc/tests/systemc/kernel/sc_process_handle/test01/
H A Dtest01.cpp155 sc_process_handle handle; local
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/named_events/
H A Dnamed_events.cpp109 sc_process_handle handle = sc_get_current_process_handle(); local
/gem5/src/arch/x86/bios/
H A Dsmbios.hh83 uint16_t handle; member in class:X86ISA::SMBios::SMBiosStructure
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_port.cpp90 sc_process_b* handle; member in struct:sc_core::sc_bind_ef
/gem5/src/systemc/core/
H A Dsc_process_handle.cc79 sc_process_handle::sc_process_handle(const sc_process_handle &handle) : argument
108 sc_process_handle::operator = (const sc_process_handle &handle) argument
138 sc_process_handle::swap(sc_process_handle &handle) argument
[all...]
/gem5/ext/testlib/
H A Dlog.py155 def handle(self, record): member in class:Handler
H A Dhandlers.py122 def handle(self, record): member in class:ResultHandler
218 def handle(self, record): member in class:SummaryHandler
328 def handle(self, record): member in class:TerminalHandler
341 def handle(self, record): member in class:PrintHandler
421 def handle(self, record): member in class:MultiprocessingHandlerWrapper
/gem5/ext/pybind11/include/pybind11/
H A Deigen.h213 template <typename props> handle eigen_array_cast(typename props::Type const &src, handle base = handle(), bool writeable = true) { argument
[all...]
H A Dpytypes.h174 class handle : public detail::object_api<handle> { class in inherits:detail::object_api
179 handle(PyObject *ptr) : m_ptr(ptr) { } // Allow implicit conversion from PyObject* function in class:handle
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc186 AutoHandle::AutoHandle(Handle handle) argument
201 void AutoHandle::Reset(HANDLE handle) { argument
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc1162 HANDLE handle = ::CreateEvent(NULL, FALSE, FALSE, NULL); local
[all...]

Completed in 42 milliseconds