Searched refs:prvIsQueueEmpty (Results 1 – 1 of 1) sorted by relevance
143 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