Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c777 if(xTicksToWait == portMAX_DELAY) { in ulTaskNotifyTake()
836 if(xTicksToWait == portMAX_DELAY) { in xTaskNotifyWait()
1287 if(xTicksToWait == portMAX_DELAY) { in xSemaphoreTake()
1338 if(xTicksToWait == portMAX_DELAY) { in xSemaphoreTakeRecursive()
1599 if(xTicksToWait == portMAX_DELAY) { in xQueueSend()
1684 if(xTicksToWait == portMAX_DELAY) { in xQueueSendToFront()
1765 if(xTicksToWait == portMAX_DELAY) { in xQueueReceive()
1822 if(xTicksToWait == portMAX_DELAY) { in xQueuePeek()
2126 if(xTicksToWait == portMAX_DELAY) { in xEventGroupWaitBits()
2811 if(xTicksToWait == portMAX_DELAY) { in xQueueSelectFromSet()
DFreeRTOS.h132 #define portMAX_DELAY (TickType_t) (0xffffU) macro
135 #define portMAX_DELAY (TickType_t) (0xffffffffUL) macro