Searched refs:prvIsQueueEmpty (Results 1 – 2 of 2) sorted by relevance
190 static BaseType_t prvIsQueueEmpty( const Queue_t * pxQueue ) PRIVILEGED_FUNCTION;1613 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueReceive()1643 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueReceive()1785 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueSemaphoreTake()1836 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueSemaphoreTake()1993 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueuePeek()2023 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueuePeek()2617 static BaseType_t prvIsQueueEmpty( const Queue_t * pxQueue ) in prvIsQueueEmpty() function
2659 + CO-ROUTINE BUG FIX: Removed the call to prvIsQueueEmpty from within
Completed in 12 milliseconds