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

/gem5/src/base/
H A Dcoroutine.hh231 auto& ret_channel = caller.retChannel; local
232 while (ret_channel.empty()) {
236 auto ret = ret_channel.top();
237 ret_channel.pop();

Completed in 4 milliseconds