Searched refs:prvIsQueueFull (Results 1 – 1 of 1) sorted by relevance
190 static BaseType_t prvIsQueueFull( const Queue_t * pxQueue ) PRIVILEGED_FUNCTION;1054 if( prvIsQueueFull( pxQueue ) != pdFALSE ) in xQueueGenericSend()2501 static BaseType_t prvIsQueueFull( const Queue_t * pxQueue ) in prvIsQueueFull() function2556 if( prvIsQueueFull( pxQueue ) != pdFALSE ) in xQueueCRSend()