Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DExecutionTracer.cs97 wasStarted = true; in Start()
135 if(wasStarted) in PostDeserializationHook()
240 private bool IsRunning => wasStarted && !wasStopped;
244 private bool wasStarted; field in Antmicro.Renode.Peripherals.CPU.ExecutionTracer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs736 wasStarted = emulation.IsStarted; in PausedState()
739 if(wasStarted) in PausedState()
749 if(!wasStarted) in Dispose()
764 private readonly bool wasStarted; field in Antmicro.Renode.Core.Emulation.PausedState