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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_method_process.h300 bool restart = false; local
305 restart = false;
310 restart = ex.is_reset();
317 } while( restart );
379 // Philipp A. Hartmann: add code to restart a method process after a
/gem5/ext/ply/ply/
H A Dyacc.py249 def restart(self): member in class:LRParser
513 global errok,token,restart
516 restart = self.restart
520 del errok, token, restart # Delete special functions
786 global errok,token,restart
789 restart = self.restart
793 del errok, token, restart # Delete special functions
1041 global errok,token,restart
[all...]
/gem5/ext/testlib/
H A Dhelper.py442 self.restart()
444 def restart(self): member in class:Timer
H A Dhandlers.py210 self._timer.restart()

Completed in 7 milliseconds