Searched refs:IsStarted (Results 1 – 10 of 10) sorted by relevance
114 public bool IsStarted property in Antmicro.Renode.Core.Emulation277 if(IsStarted) in RunFor()288 if(IsStarted) in RunToNearestSyncPoint()304 IsStarted = true; in StartAll()330 IsStarted = false; in PauseAll()355 if(IsStarted == requiredStartedState && !waitForTransition) in GetStartedStateChangedEvent()736 wasStarted = emulation.IsStarted; in PausedState()
499 if(!EmulationManager.Instance.CurrentEmulation.IsStarted) in PauseAndRequestEmulationPause()
65 public bool IsStarted => started; field in Antmicro.Renode.Peripherals.CPU.CPUCore
56 if(!IsStarted) in OnGPIO()
96 if(!emulation.IsStarted) in Step()
100 if(!emulation.IsStarted) in WaitForFrame()145 if(!emulation.IsStarted) in WaitForFrameROI()
256 if(!emulation.IsStarted)368 if(!emulation.IsStarted) in WaitForMatch()
330 if(!emulation.IsStarted) in StartEmulationAndGetPausedEvent()
86 if(this.IsStarted) in OnGPIO()
43 if(autostartEmulation && !EmulationManager.Instance.CurrentEmulation.IsStarted) in GdbStub()