Searched refs:fHighRes (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dwaitqueue-r0drv-linux.h59 /** The timeout when fHighRes is true. Absolute, so no updating. */
62 /** The timeout when fHighRes is false. Updated after waiting. */
66 bool fHighRes; member in struct:RTR0SEMLNXWAIT
141 pWait->fHighRes = true;
159 pWait->fHighRes = false;
167 pWait->fHighRes = false;
217 else if (pWait->fHighRes)
H A Dtimer-r0drv-linux.c161 bool fHighRes; member in struct:RTTIMER
336 * @param fHighRes Whether the user requested a high resolution timer or not.
340 bool fPinned, bool fHighRes)
346 if (!fHighRes)
353 if (fHighRes)
383 * @param fHighRes Whether the user requested a high resolution timer or not.
385 static void rtTimerLnxStopSubTimer(PRTTIMERLNXSUBTIMER pSubTimer, bool fHighRes) argument
387 RTTIMERLNX_LOG(("stopsubtimer %p %d\n", pSubTimer->pParent, fHighRes));
389 if (fHighRes)
448 if (pTimer->fHighRes)
339 rtTimerLnxStartSubTimer(PRTTIMERLNXSUBTIMER pSubTimer, uint64_t u64Now, uint64_t u64First, bool fPinned, bool fHighRes) argument
[all...]
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemeventwait-r0drv-solaris.h62 /** The timeout (in ticks) when fHighRes is false. */
66 bool fHighRes; member in struct:RTR0SEMSOLWAIT
153 pWait->fHighRes = true;
162 pWait->fHighRes = false;
170 pWait->fHighRes = false;
291 if (pWait->fHighRes)
382 if (pWait->fHighRes)

Completed in 49 milliseconds