Home
last modified time | relevance | path

Searched refs:aShortestDelay (Results 1 – 1 of 1) sorted by relevance

/external/opencore/oscl/oscl/osclproc/src/
Doscl_scheduler.cpp882 …oid OsclExecScheduler::RunSchedulerNonBlocking(int32 aCount, int32 &aReady, uint32 &aShortestDelay) in RunSchedulerNonBlocking() argument
889 aShortestDelay = 0; in RunSchedulerNonBlocking()
912 UpdateTimersMsec(aShortestDelay); in RunSchedulerNonBlocking()
927 UpdateTimersMsec(aShortestDelay); in RunSchedulerNonBlocking()
1037 PVActiveBase* OsclExecSchedulerCommonBase::UpdateTimers(uint32 &aShortestDelay) in UpdateTimers() argument
1044 aShortestDelay = 0; in UpdateTimers()
1074 aShortestDelay = delayTicks; in UpdateTimers()
1082 PVActiveBase* OsclExecSchedulerCommonBase::UpdateTimersMsec(uint32 &aShortestDelay) in UpdateTimersMsec() argument
1086 aShortestDelay = 0; in UpdateTimersMsec()
1116 aShortestDelay = OsclTickCount::TicksToMsec(delayTicks); in UpdateTimersMsec()
[all …]