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

/gem5/src/base/
H A Dcoroutine.hh138 auto& args_channel = coro.argsChannel; local
139 while (args_channel.empty()) {
143 auto ret = args_channel.top();
144 args_channel.pop();

Completed in 4 milliseconds