Searched refs:tickperiod (Results 1 – 1 of 1) sorted by relevance
1002 uint32 tickperiod = OsclTickCount::TickCountPeriod(); in AddToExecTimerQ() local1003 OSCL_ASSERT(tickperiod != 0); in AddToExecTimerQ()1011 anActive->iPVReadyQLink.iTimeToRunTicks = timenow + (aDelayMicrosec * 2 / tickperiod + 1) / 2; in AddToExecTimerQ()