Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DTimeHandle.cs360 ReportedBack?.Invoke(); in ReportBackAndContinue()
394 ReportedBack?.Invoke(); in ReportBackAndBreak()
826 public event Action ReportedBack; event in Antmicro.Renode.Time.TimeHandle
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DMultithreadContinueCommand.cs120 cpu.TimeHandle.ReportedBack -= callbacks[operation.CoreId]; in TryHandleBlockingExecution()
135 cpu.TimeHandle.ReportedBack += callback; in TryHandleBlockingExecution()