Searched refs:CallerType (Results 1 - 4 of 4) sorted by relevance

/gem5/src/base/
H A Dcoroutine.hh79 * CallerType:
85 class CallerType class in class:m5::Coroutine
89 CallerType(Coroutine& _coro) : coro(_coro), callerFiber(nullptr) {} function in class:m5::Coroutine::CallerType
100 CallerType&
117 CallerType>::type&
173 Coroutine(std::function<void(CallerType&)> f, bool run_coroutine = true)
265 std::function<void(CallerType&)> task;
268 CallerType caller;
H A Dcoroutine.test.cc54 [] (Coroutine<void, void>::CallerType& yield)
72 [] (Coroutine<void, void>::CallerType& yield)
84 * Coroutine::operator() and CallerType::get() are the tested
93 [&expected_values] (Coroutine<int, void>::CallerType& yield)
114 * Coroutine::get() and CallerType::operator() are the tested
123 [&output] (Coroutine<void, int>::CallerType& yield)
154 [steps] (Coroutine<void, int>::CallerType& yield)
194 [&coro_str] (Coroutine<std::string, std::string>::CallerType& yield)
226 [] (Coroutine<void, std::string>::CallerType& yield)
233 [&inner_task] (Coroutine<void, std::string>::CallerType
[all...]
/gem5/src/dev/arm/
H A Dsmmu_v3_proc.hh106 typedef Coroutine::CallerType Yield;
H A Dgic_v3_its.hh354 using Yield = Coroutine::CallerType;

Completed in 9 milliseconds