Home
last modified time | relevance | path

Searched refs:_executionStopped (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DDebugger.cpp109 _executionStopped = false; in Debugger()
186 while(_executionStopped) {} in Suspend()
976 _executionStopped = true; in SleepUntilResume()
986 _executionStopped = false; in SleepUntilResume()
1311 return _executionStopped || _console->IsExecutionStopped(); in IsExecutionStopped()
1316 …return (_executionStopped || _console->IsPaused()) && !CheckFlag(DebuggerFlags::HidePauseIcon) && … in IsPauseIconShown()
H A DDebugger.h76 atomic<bool> _executionStopped; variable