Home
last modified time | relevance | path

Searched refs:IsStarted (Results 1 – 10 of 10) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs114 public bool IsStarted property in Antmicro.Renode.Core.Emulation
277 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()
DMachine.cs499 if(!EmulationManager.Instance.CurrentEmulation.IsStarted) in PauseAndRequestEmulationPause()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DCPUCore.cs65 public bool IsStarted => started; field in Antmicro.Renode.Peripherals.CPU.CPUCore
DExternalCPU.cs56 if(!IsStarted) in OnGPIO()
DBaseCPU.cs96 if(!emulation.IsStarted) in Step()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DFrameBufferTester.cs100 if(!emulation.IsStarted) in WaitForFrame()
145 if(!emulation.IsStarted) in WaitForFrameROI()
DTerminalTester.cs256 if(!emulation.IsStarted)
368 if(!emulation.IsStarted) in WaitForMatch()
DLEDTester.cs330 if(!emulation.IsStarted) in StartEmulationAndGetPausedEvent()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Sparc/
DSparc.cs86 if(this.IsStarted) in OnGPIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DGdbStub.cs43 if(autostartEmulation && !EmulationManager.Instance.CurrentEmulation.IsStarted) in GdbStub()