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

/gem5/src/gpu-compute/
H A Dfetch_unit.cc95 if (curWave->status == Wavefront::S_RUNNING &&
H A Dwavefront.hh151 enum status_e {S_STOPPED,S_RETURNING,S_RUNNING}; enumerator in enum:Wavefront::status_e
H A Dcompute_unit.cc457 if (w->status == Wavefront::S_RUNNING) {
467 if (w->status == Wavefront::S_RUNNING &&
H A Dwavefront.cc161 status = S_RUNNING;

Completed in 13 milliseconds