Searched defs:IsPaused (Results 1 – 11 of 11) sorted by relevance
18 bool IsPaused { get; } property
94 bool IsPaused { get; } property
108 public bool IsPaused { get; private set; } = true; property in Antmicro.Renode.HostInterfaces.Network.OsXTapInterface
125 public bool IsPaused { get; private set; } = true; property in Antmicro.Renode.HostInterfaces.Network.LinuxTapInterface
104 public bool IsPaused => thread == null; field in Antmicro.Renode.HostInterfaces.Network.WindowsTapInterface
85 public bool IsPaused => !started; field in Antmicro.Renode.Peripherals.UART.UARTHubBase
86 public bool IsPaused => !started; field in Antmicro.Renode.Tools.Network.CANHub
131 public bool IsPaused => !started; field in Antmicro.Renode.Tools.Network.Switch
176 public bool IsPaused => false; field in Antmicro.Renode.Peripherals.Miscellaneous.ArmSnoopControlUnit
333 public bool IsPaused => isPaused; field in Antmicro.Renode.Peripherals.CPU.BaseCPU
1220 public bool IsPaused property in Antmicro.Renode.Core.Machine