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

/gem5/src/base/
H A Dcoroutine.test.cc143 * The coroutine is computing the first #steps of the fibonacci
151 const int steps = expected_values.size(); local
154 [steps] (Coroutine<void, int>::CallerType& yield)
159 for (auto iter = 0; iter < steps; iter++) {

Completed in 4 milliseconds