Searched refs:prvIsQueueEmpty (Results 1 – 2 of 2) sorted by relevance
190 static BaseType_t prvIsQueueEmpty( const Queue_t * pxQueue ) PRIVILEGED_FUNCTION;1606 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueReceive()1636 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueReceive()1778 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueSemaphoreTake()1829 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueSemaphoreTake()1989 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueuePeek()2019 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueuePeek()2614 static BaseType_t prvIsQueueEmpty( const Queue_t * pxQueue ) in prvIsQueueEmpty() function
2524 + CO-ROUTINE BUG FIX: Removed the call to prvIsQueueEmpty from within