Searched refs:portMAX_DELAY (Results 1 – 2 of 2) sorted by relevance
777 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()
132 #define portMAX_DELAY (TickType_t) (0xffffU) macro135 #define portMAX_DELAY (TickType_t) (0xffffffffUL) macro