Searched refs:xNewQueue (Results 1 – 6 of 6) sorted by relevance
/Kernel-v11.1.0/ |
D | queue.c | 304 BaseType_t xNewQueue ) in xQueueGenericReset() argument 309 traceENTER_xQueueGenericReset( xQueue, xNewQueue ); in xQueueGenericReset() 327 if( xNewQueue == pdFALSE ) in xQueueGenericReset() 646 QueueHandle_t xNewQueue; in xQueueCreateMutex() local 651 xNewQueue = xQueueGenericCreate( uxMutexLength, uxMutexSize, ucQueueType ); in xQueueCreateMutex() 652 prvInitialiseMutex( ( Queue_t * ) xNewQueue ); in xQueueCreateMutex() 654 traceRETURN_xQueueCreateMutex( xNewQueue ); in xQueueCreateMutex() 656 return xNewQueue; in xQueueCreateMutex() 667 QueueHandle_t xNewQueue; in xQueueCreateMutexStatic() local 676 …xNewQueue = xQueueGenericCreateStatic( uxMutexLength, uxMutexSize, NULL, pxStaticQueue, ucQueueTyp… in xQueueCreateMutexStatic() [all …]
|
/Kernel-v11.1.0/include/ |
D | queue.h | 1786 BaseType_t xNewQueue ) PRIVILEGED_FUNCTION;
|
D | FreeRTOS.h | 1161 #define traceENTER_xQueueGenericReset( xQueue, xNewQueue ) argument 1197 #define traceRETURN_xQueueCreateMutex( xNewQueue ) argument 1205 #define traceRETURN_xQueueCreateMutexStatic( xNewQueue ) argument
|
D | mpu_prototypes.h | 239 BaseType_t xNewQueue ) PRIVILEGED_FUNCTION;
|
/Kernel-v11.1.0/portable/Common/ |
D | mpu_wrappers.c | 1135 BaseType_t xNewQueue ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericReset() argument 1144 xReturn = xQueueGenericReset( pxQueue, xNewQueue ); in MPU_xQueueGenericReset() 1152 xReturn = xQueueGenericReset( pxQueue, xNewQueue ); in MPU_xQueueGenericReset()
|
D | mpu_wrappers_v2.c | 2966 BaseType_t xNewQueue ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericReset() argument 2980 xReturn = xQueueGenericReset( xInternalQueueHandle, xNewQueue ); in MPU_xQueueGenericReset()
|