Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DMultithreadContinueCommand.cs125 if(!cpu.TimeHandle.TrySkipToSyncPoint(out var interval)) in TryHandleBlockingExecution()
157 if(!cpu.TimeHandle.TrySkipToSyncPoint(out var interval)) in TryHandleBlockingExecution()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DTimeHandle.cs403 public bool TrySkipToSyncPoint(out TimeInterval intervalSkipped) in TrySkipToSyncPoint() method in Antmicro.Renode.Time.TimeHandle