Searched refs:prvIsQueueEmpty (Results 1 – 1 of 1) sorted by relevance
205 static BaseType_t prvIsQueueEmpty(const Queue_t *pxQueue) PRIVILEGED_FUNCTION;1360 if (prvIsQueueEmpty(pxQueue) != pdFALSE) { in xQueueReceive()1382 if (prvIsQueueEmpty(pxQueue) != pdFALSE) { in xQueueReceive()1508 if (prvIsQueueEmpty(pxQueue) != pdFALSE) { in xQueueSemaphoreTake()1549 if (prvIsQueueEmpty(pxQueue) != pdFALSE) { in xQueueSemaphoreTake()1685 if (prvIsQueueEmpty(pxQueue) != pdFALSE) { in xQueuePeek()1707 if (prvIsQueueEmpty(pxQueue) != pdFALSE) { in xQueuePeek()2224 static BaseType_t prvIsQueueEmpty(const Queue_t *pxQueue) in prvIsQueueEmpty() function
Completed in 6 milliseconds