Searched defs:needsStart (Results 1 - 1 of 1) sorted by relevance

/gem5/src/systemc/core/
H A Dprocess.hh68 bool needsStart() const { return _needsStart; } function in class:sc_gem5::Process
69 void needsStart(bool ns) { _needsStart = ns; } function in class:sc_gem5::Process

Completed in 5 milliseconds