Searched refs:prvIsQueueEmpty (Results 1 – 2 of 2) sorted by relevance
190 static BaseType_t prvIsQueueEmpty( const Queue_t * pxQueue ) PRIVILEGED_FUNCTION;1600 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueReceive()1630 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueReceive()1772 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueSemaphoreTake()1823 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueSemaphoreTake()1983 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueuePeek()2013 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueuePeek()2602 static BaseType_t prvIsQueueEmpty( const Queue_t * pxQueue ) in prvIsQueueEmpty() function
2447 + CO-ROUTINE BUG FIX: Removed the call to prvIsQueueEmpty from within