Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/
Dqueue.c143 static BaseType_t prvIsQueueEmpty( const Queue_t *pxQueue ) PRIVILEGED_FUNCTION;
1141 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueReceive()
1164 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueReceive()
1281 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueSemaphoreTake()
1316 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueSemaphoreTake()
1667 static BaseType_t prvIsQueueEmpty( const Queue_t *pxQueue ) in prvIsQueueEmpty() function