Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
HDqueue.h1748 const BaseType_t xWaitIndefinitely ) PRIVILEGED_FUNCTION;
HDtask.h3064 const BaseType_t xWaitIndefinitely ) PRIVILEGED_FUNCTION;
/Kernel-v10.6.2/
HDqueue.c2944 const BaseType_t xWaitIndefinitely ) in vQueueWaitForMessageRestricted() argument
2967 …laceOnEventListRestricted( &( pxQueue->xTasksWaitingToReceive ), xTicksToWait, xWaitIndefinitely ); in vQueueWaitForMessageRestricted()
HDtasks.c3199 const BaseType_t xWaitIndefinitely ) in vTaskPlaceOnEventListRestricted() argument
3218 if( xWaitIndefinitely != pdFALSE ) in vTaskPlaceOnEventListRestricted()
3224 prvAddCurrentTaskToDelayedList( xTicksToWait, xWaitIndefinitely ); in vTaskPlaceOnEventListRestricted()