Searched refs:pxTicksToWait (Results 1 – 8 of 8) sorted by relevance
38 151 xTaskCheckForTimeOut pxTimeOut=%u pxTicksToWait=%u
3794 TickType_t * const pxTicksToWait ) in xTaskCheckForTimeOut() argument3799 configASSERT( pxTicksToWait ); in xTaskCheckForTimeOut()3819 if( *pxTicksToWait == portMAX_DELAY ) in xTaskCheckForTimeOut()3838 …else if( xElapsedTime < *pxTicksToWait ) /*lint !e961 Explicit casting is only redundant with some… in xTaskCheckForTimeOut()3841 *pxTicksToWait -= xElapsedTime; in xTaskCheckForTimeOut()3847 *pxTicksToWait = 0; in xTaskCheckForTimeOut()
116 TickType_t * const pxTicksToWait ) FREERTOS_SYSTEM_CALL;
3233 TickType_t * const pxTicksToWait ) PRIVILEGED_FUNCTION;