Searched refs:xWaitIndefinitely (Results 1 – 4 of 4) sorted by relevance
1748 const BaseType_t xWaitIndefinitely ) PRIVILEGED_FUNCTION;
3064 const BaseType_t xWaitIndefinitely ) PRIVILEGED_FUNCTION;
2944 const BaseType_t xWaitIndefinitely ) in vQueueWaitForMessageRestricted() argument2967 …laceOnEventListRestricted( &( pxQueue->xTasksWaitingToReceive ), xTicksToWait, xWaitIndefinitely ); in vQueueWaitForMessageRestricted()
3199 const BaseType_t xWaitIndefinitely ) in vTaskPlaceOnEventListRestricted() argument3218 if( xWaitIndefinitely != pdFALSE ) in vTaskPlaceOnEventListRestricted()3224 prvAddCurrentTaskToDelayedList( xTicksToWait, xWaitIndefinitely ); in vTaskPlaceOnEventListRestricted()