Searched refs:timeoutTick (Results 1 – 3 of 3) sorted by relevance
77 if ( pTimer->timeoutTick == saRoot->timeTick ) in saTimerTick()264 pTimer->timeoutTick = saRoot->timeTick + timeout; in siTimerAdd()275 if ( pTimer->timeoutTick > saRoot->timeTick ) in siTimerAdd()278 if ( pValidTimer->timeoutTick < saRoot->timeTick ) in siTimerAdd()286 if ( pValidTimer->timeoutTick > pTimer->timeoutTick ) in siTimerAdd()297 if ( pValidTimer->timeoutTick < saRoot->timeTick ) in siTimerAdd()299 if ( pValidTimer->timeoutTick > pTimer->timeoutTick ) in siTimerAdd()
52 bit32 timeoutTick; /**< the timeout tick of the timer */ member
844 pTimerDesc->timeoutTick = 0; in saInitialize()3930 pTimerDesc->timeoutTick = 0; in siInitResources()