Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
Dqueue.c212 … static BaseType_t prvNotifyQueueSetContainer( const Queue_t * const pxQueue ) PRIVILEGED_FUNCTION;
932 else if( prvNotifyQueueSetContainer( pxQueue ) != pdFALSE ) in xQueueGenericSend()
1161 else if( prvNotifyQueueSetContainer( pxQueue ) != pdFALSE ) in xQueueGenericSendFromISR()
1330 if( prvNotifyQueueSetContainer( pxQueue ) != pdFALSE ) in xQueueGiveFromISR()
2361 if( prvNotifyQueueSetContainer( pxQueue ) != pdFALSE ) in prvUnlockQueue()
3094 static BaseType_t prvNotifyQueueSetContainer( const Queue_t * const pxQueue ) in prvNotifyQueueSetContainer() function