Lines Matching refs:timer

31 #include <iprt/timer.h>
71 /** The current timer interval. */
96 * Per cpu state for an omni timer test.
100 /** When we started receiving timer callbacks on this CPU. */
102 /** When we received the last tick on this timer. */
131 * Callback for the omni timer latency test, adds a sample to g_aOmniLatency.
133 * @param pTimer The timer.
161 * @param pTimer The timer.
191 * @param pTimer The timer.
222 * @param pTimer The timer.
272 * Callback which increments destroy the timer when it fires.
274 * @param pTimer The timer.
296 * Callback which increments restarts a timer once.
298 * @param pTimer The timer.
322 * @param pTimer The timer.
343 * Checks that the interval between two timer shots are within the specified
349 * @param uThisTS The timer stamp of this shot (ns).
364 * Checks that the interval between timer shots are within a certain range.
442 /* Create a one-shot timer and take one shot. */
448 RTR0TestR0Info("one-shot timer are not supported, skipping\n");
493 /* Create a one-shot timer and restart it in the callback handler. */
501 RTR0TestR0Info("one-shot timer are not supported, skipping\n");
526 /* Create a one-shot timer and destroy it in the callback handler. */
534 RTR0TestR0Info("one-shot timer are not supported, skipping\n");
578 RTR0TestR0Info("one-shot specific timer are not supported, skipping\n");
612 /* Create a periodic timer running at 10 HZ. */
695 /* create the timer and check if RTTimerChangeInterval is supported. */
744 RTR0TestR0Info("specific timer are not supported, skipping\n");
779 /* Create a periodic timer running at max host frequency, but no more than 1000 Hz. */
862 * Create a periodic timer running at max host frequency, but no more than 1000 Hz.