Home
last modified time | relevance | path

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

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