Searched defs:time (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/ |
| D | BaseClockSource.cs | 43 public void Advance(TimeInterval time, bool immediately = false) in Advance() 273 …c bool HandleDirectionDescendingPositiveRatio(ref ClockEntry entry, TimeInterval time, ref TimeInt… in HandleDirectionDescendingPositiveRatio() 300 …ic bool HandleDirectionAscendingPositiveRatio(ref ClockEntry entry, TimeInterval time, ref TimeInt… in HandleDirectionAscendingPositiveRatio() 326 private void AdvanceInner(TimeInterval time, bool immediately) in AdvanceInner() 379 private void Update(TimeInterval time, ref List<Action> alreadyRunHandlers) in Update() 453 …private delegate bool UpdateHandlerDelegate(ref ClockEntry entry, TimeInterval time, ref TimeInter… in UpdateHandlerDelegate()
|
| D | Sleeper.cs | 35 … public bool Sleep(TimeSpan time, out TimeSpan timeElapsed, bool preserveInterruptRequest = false) in Sleep()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Backends/Display/xInput/ |
| D | XLibHelper.cs | 124 …atic int XChangeActivePointerGrab(IntPtr display, uint eventMask, IntPtr cursor, /*Time*/int time); in XChangeActivePointerGrab() 127 …uint eventMask, int pointerMode, int keyboardMode, int confineTo, IntPtr cursor, /*Time*/int time); in XGrabPointer() 130 internal extern static int XUngrabPointer(IntPtr display, int time); in XUngrabPointer() 133 …ard(IntPtr display, int grabWindow, bool ownerEvents, int pointerMode, int keyboardMode, int time); in XGrabKeyboard() 136 internal extern static int XUngrabKeyboard(IntPtr display, int time); in XUngrabKeyboard()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/ |
| D | PerfettoProfiler.cs | 202 private void FinishCurrentStack(ulong time, ulong trackId) in FinishCurrentStack() 210 private void CheckAndFlush(ulong time) in CheckAndFlush()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/ |
| D | LogEntry.cs | 16 …public LogEntry(DateTime time, LogLevel level, string message, int sourceId = NoSource, bool force… in LogEntry()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | MPFS_Watchdog.cs | 197 private IValueRegisterField time; field in Antmicro.Renode.Peripherals.Timers.MPFS_Watchdog
|