Searched refs:prvIsQueueFull (Results 1 – 1 of 1) sorted by relevance
197 static BaseType_t prvIsQueueFull( const Queue_t * pxQueue ) PRIVILEGED_FUNCTION;1113 if( prvIsQueueFull( pxQueue ) != pdFALSE ) in xQueueGenericSend()2659 static BaseType_t prvIsQueueFull( const Queue_t * pxQueue ) in prvIsQueueFull() function2720 if( prvIsQueueFull( pxQueue ) != pdFALSE ) in xQueueCRSend()