Searched refs:aShortestDelay (Results 1 – 1 of 1) sorted by relevance
882 …oid OsclExecScheduler::RunSchedulerNonBlocking(int32 aCount, int32 &aReady, uint32 &aShortestDelay) in RunSchedulerNonBlocking() argument889 aShortestDelay = 0; in RunSchedulerNonBlocking()912 UpdateTimersMsec(aShortestDelay); in RunSchedulerNonBlocking()927 UpdateTimersMsec(aShortestDelay); in RunSchedulerNonBlocking()1037 PVActiveBase* OsclExecSchedulerCommonBase::UpdateTimers(uint32 &aShortestDelay) in UpdateTimers() argument1044 aShortestDelay = 0; in UpdateTimers()1074 aShortestDelay = delayTicks; in UpdateTimers()1082 PVActiveBase* OsclExecSchedulerCommonBase::UpdateTimersMsec(uint32 &aShortestDelay) in UpdateTimersMsec() argument1086 aShortestDelay = 0; in UpdateTimersMsec()1116 aShortestDelay = OsclTickCount::TicksToMsec(delayTicks); in UpdateTimersMsec()[all …]