Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
Dqueue.h1755 UBaseType_t uxQueueGetQueueItemSize( QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
/Kernel-v10.6.2/portable/Common/
Dmpu_wrappers_v2.c2130 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueueGenericSendImpl()
2143uxQueueGetQueueItemSize( xInternalQueueHandle ), in MPU_xQueueGenericSendImpl()
2247 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueueReceiveImpl()
2256uxQueueGetQueueItemSize( xInternalQueueHandle ), in MPU_xQueueReceiveImpl()
2299 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueuePeekImpl()
2308uxQueueGetQueueItemSize( xInternalQueueHandle ), in MPU_xQueuePeekImpl()
2348 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueueSemaphoreTakeImpl()
2438 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueueTakeMutexRecursiveImpl()
/Kernel-v10.6.2/
Dqueue.c2197 UBaseType_t uxQueueGetQueueItemSize( QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in uxQueueGetQueueItemSize() function