Searched defs:stopCondition (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | Machine.cs | 629 …y, string name = "managed thread", IEmulationElement owner = null, Func<bool> stopCondition = null) in ObtainManagedThread() 634 …d, string name = "managed thread", IEmulationElement owner = null, Func<bool> stopCondition = null) in ObtainManagedThread() 641 …tion action, uint frequency, string name, IEmulationElement owner, Func<bool> stopCondition = null) in ManagedThreadWrappingClockEntry() 647 …action, TimeInterval period, string name, IEmulationElement owner, Func<bool> stopCondition = null) in ManagedThreadWrappingClockEntry() 688 …e ManagedThreadWrappingClockEntry(IMachine machine, Action action, Func<bool> stopCondition = null) in ManagedThreadWrappingClockEntry()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ |
| D | IMachine.cs | 50 …, string name = "managed thread", IEmulationElement owner = null, Func<bool> stopCondition = null); in ObtainManagedThread() 51 …, string name = "managed thread", IEmulationElement owner = null, Func<bool> stopCondition = null); in ObtainManagedThread()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/ |
| D | RenesasRA_IIC.cs | 544 private readonly Condition stopCondition; field in Antmicro.Renode.Peripherals.I2C.RenesasRA_IIC
|
| D | RenesasRZG_IIC.cs | 543 private readonly Condition stopCondition; field in Antmicro.Renode.Peripherals.I2C.RenesasRZG_IIC
|