Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dqueue.h1784 const BaseType_t xWaitIndefinitely ) PRIVILEGED_FUNCTION;
Dtask.h3534 const BaseType_t xWaitIndefinitely ) PRIVILEGED_FUNCTION;
DFreeRTOS.h1465 #define traceENTER_vQueueWaitForMessageRestricted( xQueue, xTicksToWait, xWaitIndefinitely ) argument
2061 … #define traceENTER_vTaskPlaceOnEventListRestricted( pxEventList, xTicksToWait, xWaitIndefinitely ) argument
/Kernel-v11.1.0/
Dqueue.c3134 const BaseType_t xWaitIndefinitely ) in vQueueWaitForMessageRestricted() argument
3138 traceENTER_vQueueWaitForMessageRestricted( xQueue, xTicksToWait, xWaitIndefinitely ); in vQueueWaitForMessageRestricted()
3159 …laceOnEventListRestricted( &( pxQueue->xTasksWaitingToReceive ), xTicksToWait, xWaitIndefinitely ); in vQueueWaitForMessageRestricted()
Dtasks.c5306 const BaseType_t xWaitIndefinitely ) in vTaskPlaceOnEventListRestricted() argument
5308 traceENTER_vTaskPlaceOnEventListRestricted( pxEventList, xTicksToWait, xWaitIndefinitely ); in vTaskPlaceOnEventListRestricted()
5327 if( xWaitIndefinitely != pdFALSE ) in vTaskPlaceOnEventListRestricted()
5333 prvAddCurrentTaskToDelayedList( xTicksToWait, xWaitIndefinitely ); in vTaskPlaceOnEventListRestricted()