Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/
A Dqueue.c197 static BaseType_t prvIsQueueFull( const Queue_t * pxQueue ) PRIVILEGED_FUNCTION;
1123 if( prvIsQueueFull( pxQueue ) != pdFALSE ) in xQueueGenericSend()
2662 static BaseType_t prvIsQueueFull( const Queue_t * pxQueue ) in prvIsQueueFull() function
2723 if( prvIsQueueFull( pxQueue ) != pdFALSE ) in xQueueCRSend()

Completed in 12 milliseconds