Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dqueue.c190 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
DHistory.txt2447 + CO-ROUTINE BUG FIX: Removed the call to prvIsQueueEmpty from within