Home
last modified time | relevance | path

Searched refs:portMAX_DELAY (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c780 if(xTicksToWait == portMAX_DELAY) { in ulTaskNotifyTake()
839 if(xTicksToWait == portMAX_DELAY) { in xTaskNotifyWait()
1290 if(xTicksToWait == portMAX_DELAY) { in xSemaphoreTake()
1341 if(xTicksToWait == portMAX_DELAY) { in xSemaphoreTakeRecursive()
1609 if(xTicksToWait == portMAX_DELAY) { in xQueueSend()
1694 if(xTicksToWait == portMAX_DELAY) { in xQueueSendToFront()
1775 if(xTicksToWait == portMAX_DELAY) { in xQueueReceive()
1832 if(xTicksToWait == portMAX_DELAY) { in xQueuePeek()
2136 if(xTicksToWait == portMAX_DELAY) { in xEventGroupWaitBits()
2828 if(xTicksToWait == portMAX_DELAY) { in xQueueSelectFromSet()
DFreeRTOS.h131 #define portMAX_DELAY (TickType_t) (0xffffU) macro
134 #define portMAX_DELAY (TickType_t) (0xffffffffUL) macro