Home
last modified time | relevance | path

Searched defs:WaitResult (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DTimeHandle.cs888 public struct WaitResult struct in Antmicro.Renode.Time.TimeHandle
890 public WaitResult(bool isDone, bool isUnblockedRecently) : this() in WaitResult() method
896 public override string ToString() in ToString()
901 public bool IsDone { get; private set; }
902 public bool IsUnblockedRecently { get; private set; }