Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
Dqueue.c297 BaseType_t xNewQueue ) in xQueueGenericReset() argument
318 if( xNewQueue == pdFALSE ) in xQueueGenericReset()
623 QueueHandle_t xNewQueue; in xQueueCreateMutex() local
626 xNewQueue = xQueueGenericCreate( uxMutexLength, uxMutexSize, ucQueueType ); in xQueueCreateMutex()
627 prvInitialiseMutex( ( Queue_t * ) xNewQueue ); in xQueueCreateMutex()
629 return xNewQueue; in xQueueCreateMutex()
640 QueueHandle_t xNewQueue; in xQueueCreateMutexStatic() local
647xNewQueue = xQueueGenericCreateStatic( uxMutexLength, uxMutexSize, NULL, pxStaticQueue, ucQueueTyp… in xQueueCreateMutexStatic()
648 prvInitialiseMutex( ( Queue_t * ) xNewQueue ); in xQueueCreateMutexStatic()
650 return xNewQueue; in xQueueCreateMutexStatic()
/Kernel-v10.6.2/include/
Dqueue.h1750 BaseType_t xNewQueue ) PRIVILEGED_FUNCTION;
Dmpu_prototypes.h237 BaseType_t xNewQueue ) PRIVILEGED_FUNCTION;
/Kernel-v10.6.2/portable/Common/
Dmpu_wrappers.c1159 BaseType_t xNewQueue ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericReset() argument
1168 xReturn = xQueueGenericReset( pxQueue, xNewQueue ); in MPU_xQueueGenericReset()
1176 xReturn = xQueueGenericReset( pxQueue, xNewQueue ); in MPU_xQueueGenericReset()
Dmpu_wrappers_v2.c2897 BaseType_t xNewQueue ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericReset() argument
2911 xReturn = xQueueGenericReset( xInternalQueueHandle, xNewQueue ); in MPU_xQueueGenericReset()