Searched refs:wasStarted (Results 1 – 2 of 2) sorted by relevance
97 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
736 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