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