Searched refs:xNewQueue (Results 1 – 5 of 5) sorted by relevance
297 BaseType_t xNewQueue ) in xQueueGenericReset() argument318 if( xNewQueue == pdFALSE ) in xQueueGenericReset()623 QueueHandle_t xNewQueue; in xQueueCreateMutex() local626 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() local647 …xNewQueue = xQueueGenericCreateStatic( uxMutexLength, uxMutexSize, NULL, pxStaticQueue, ucQueueTyp… in xQueueCreateMutexStatic()648 prvInitialiseMutex( ( Queue_t * ) xNewQueue ); in xQueueCreateMutexStatic()650 return xNewQueue; in xQueueCreateMutexStatic()
1750 BaseType_t xNewQueue ) PRIVILEGED_FUNCTION;
237 BaseType_t xNewQueue ) PRIVILEGED_FUNCTION;
1159 BaseType_t xNewQueue ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericReset() argument1168 xReturn = xQueueGenericReset( pxQueue, xNewQueue ); in MPU_xQueueGenericReset()1176 xReturn = xQueueGenericReset( pxQueue, xNewQueue ); in MPU_xQueueGenericReset()
2897 BaseType_t xNewQueue ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericReset() argument2911 xReturn = xQueueGenericReset( xInternalQueueHandle, xNewQueue ); in MPU_xQueueGenericReset()