Lines Matching full:then
54 * of this file. If you want to include software timer functionality then ensure
96 /* The old xTIMER name is maintained above then typedefed to the new Timer_t
193 * auto-reload timer, then call its callback.
211 * If the timer list contains any active timers then return the expire time of
213 * timer list does not contain any timers then return 0 and set *pxListWasEmpty
246 * been created then the initialisation will already have been performed. */ in xTimerCreateTimerTask()
548 * started, then xTimerTaskHandle will be NULL. */ in xTimerGetTimerDaemonTaskHandle()
731 /* If the timer is an auto-reload timer then calculate the next in prvProcessExpiredTimer()
792 * then don't process this timer as any timers that remained in the list in prvProcessTimerOrBlockTask()
826 * critical section being exited and this yield then the yield in prvProcessTimerOrBlockTask()
851 * active timers then just set the next expire time to 0. That will cause in prvGetNextExpireTime()
924 * but the expiry time has not, then the timer must have already passed in prvInsertTimerInActiveList()
1093 * then they must have expired and should be processed before the lists in prvSwitchTimerLists()
1274 * after the scheduler has been started because, until then, the timer in xTimerPendFunctionCall()
1327 * functionality then ensure configUSE_TIMERS is set to 1 in FreeRTOSConfig.h. */