Home
last modified time | relevance | path

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

/Kernel-v11.0.1/include/
Dqueue.h1784 const BaseType_t xWaitIndefinitely ) PRIVILEGED_FUNCTION;
Dtask.h3519 const BaseType_t xWaitIndefinitely ) PRIVILEGED_FUNCTION;
DFreeRTOS.h1413 #define traceENTER_vQueueWaitForMessageRestricted( xQueue, xTicksToWait, xWaitIndefinitely ) argument
2009 … #define traceENTER_vTaskPlaceOnEventListRestricted( pxEventList, xTicksToWait, xWaitIndefinitely ) argument
/Kernel-v11.0.1/
Dqueue.c3122 const BaseType_t xWaitIndefinitely ) in vQueueWaitForMessageRestricted() argument
3126 traceENTER_vQueueWaitForMessageRestricted( xQueue, xTicksToWait, xWaitIndefinitely ); in vQueueWaitForMessageRestricted()
3147 …laceOnEventListRestricted( &( pxQueue->xTasksWaitingToReceive ), xTicksToWait, xWaitIndefinitely ); in vQueueWaitForMessageRestricted()
Dtasks.c5345 const BaseType_t xWaitIndefinitely ) in vTaskPlaceOnEventListRestricted() argument
5347 traceENTER_vTaskPlaceOnEventListRestricted( pxEventList, xTicksToWait, xWaitIndefinitely ); in vTaskPlaceOnEventListRestricted()
5366 if( xWaitIndefinitely != pdFALSE ) in vTaskPlaceOnEventListRestricted()
5372 prvAddCurrentTaskToDelayedList( xTicksToWait, xWaitIndefinitely ); in vTaskPlaceOnEventListRestricted()