Searched refs:prvIsQueueFull (Results 1 – 1 of 1) sorted by relevance
197 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() function2723 if( prvIsQueueFull( pxQueue ) != pdFALSE ) in xQueueCRSend()
Completed in 12 milliseconds