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

/gem5/src/arch/hsail/insts/
H A Dmain.cc187 w->status = Wavefront::S_RETURNING;
/gem5/src/gpu-compute/
H A Dwavefront.hh151 enum status_e {S_STOPPED,S_RETURNING,S_RUNNING}; enumerator in enum:Wavefront::status_e
H A Dwavefront.cc308 if (status == S_STOPPED || status == S_RETURNING ||
646 if (status == S_STOPPED || status == S_RETURNING ||
H A Dcompute_unit.cc340 // for a release to complete S_RETURNING
636 if (w->status == Wavefront::S_RETURNING) {

Completed in 15 milliseconds