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

/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dtimer-r0drv-solaris.c63 /** Flag indicating that the timer is suspended (hCyclicId should be
67 * therefore the hCyclicId may still be valid. */
84 cyclic_id_t hCyclicId; member in struct:RTTIMER
163 Assert(pTimer->hCyclicId == CYCLIC_NONE);
228 || RT_UNLIKELY(pTimer->hCyclicId == CYCLIC_NONE))
240 cyclic_reprogram(pTimer->hCyclicId, pTimer->u.Single.nsNextTick);
248 if (RT_LIKELY(pTimer->hCyclicId != CYCLIC_NONE))
249 cyclic_reprogram(pTimer->hCyclicId, CY_INFINITY);
286 || RT_UNLIKELY(pTimer->hCyclicId == CYCLIC_NONE))
301 cyclic_reprogram(pTimer->hCyclicId, pTime
[all...]

Completed in 56 milliseconds