Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSocketServerProvider.cs44 stopRequested = false; in Start()
58 stopRequested = true; in Stop()
180 while(!stopRequested) in ListenerThreadBody()
274 private volatile bool stopRequested; field in Antmicro.Renode.Utilities.SocketServerProvider
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DZynq7000_SystemLevelControlRegisters.cs138 stopRequested = false; in ResetState()
147 cpu.IsHalted = stopRequested || InReset; in UpdateState()
157 get => cpu == null || stopRequested || cpu.IsHalted;
158 set => stopRequested = value;
164 private bool stopRequested; field in Antmicro.Renode.Peripherals.Miscellaneous.Zynq7000_SystemLevelControlRegisters.CPUControl