Home
last modified time | relevance | path

Searched refs:GetStartedStateChangedEvent (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DLEDTester.cs329 var emulationPausedEvent = pause ? emulation.GetStartedStateChangedEvent(false) : null; in StartEmulationAndGetPausedEvent()
DTerminalTester.cs367 var emulationPausedEvent = emulation.GetStartedStateChangedEvent(false); in WaitForMatch()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs350 …public AutoResetEvent GetStartedStateChangedEvent(bool requiredStartedState, bool waitForTransitio… in GetStartedStateChangedEvent() method in Antmicro.Renode.Core.Emulation