Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
Dqueue.c183 static BaseType_t prvIsQueueEmpty( const Queue_t * pxQueue ) PRIVILEGED_FUNCTION;
1526 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueReceive()
1556 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueReceive()
1691 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueSemaphoreTake()
1742 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueSemaphoreTake()
1887 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueuePeek()
1917 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueuePeek()
2460 static BaseType_t prvIsQueueEmpty( const Queue_t * pxQueue ) in prvIsQueueEmpty() function
DHistory.txt2355 + CO-ROUTINE BUG FIX: Removed the call to prvIsQueueEmpty from within