Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/
A Dqueue.c304 BaseType_t xNewQueue ) in xQueueGenericReset() argument
309 traceENTER_xQueueGenericReset( xQueue, xNewQueue ); in xQueueGenericReset()
327 if( xNewQueue == pdFALSE ) in xQueueGenericReset()
649 QueueHandle_t xNewQueue; in xQueueCreateMutex() local
655 prvInitialiseMutex( ( Queue_t * ) xNewQueue ); in xQueueCreateMutex()
657 traceRETURN_xQueueCreateMutex( xNewQueue ); in xQueueCreateMutex()
659 return xNewQueue; in xQueueCreateMutex()
670 QueueHandle_t xNewQueue; in xQueueCreateMutexStatic() local
680 prvInitialiseMutex( ( Queue_t * ) xNewQueue ); in xQueueCreateMutexStatic()
682 traceRETURN_xQueueCreateMutexStatic( xNewQueue ); in xQueueCreateMutexStatic()
[all …]
/FreeRTOS-Kernel/include/
A Dqueue.h1846 BaseType_t xNewQueue ) PRIVILEGED_FUNCTION;
A Dmpu_prototypes.h278 BaseType_t xNewQueue ) FREERTOS_SYSTEM_CALL;
306 BaseType_t xNewQueue ) PRIVILEGED_FUNCTION;
A DFreeRTOS.h1178 #define traceENTER_xQueueGenericReset( xQueue, xNewQueue ) argument
1214 #define traceRETURN_xQueueCreateMutex( xNewQueue ) argument
1222 #define traceRETURN_xQueueCreateMutexStatic( xNewQueue ) argument
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c1137 BaseType_t xNewQueue ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericReset() argument
1146 xReturn = xQueueGenericReset( pxQueue, xNewQueue ); in MPU_xQueueGenericReset()
1154 xReturn = xQueueGenericReset( pxQueue, xNewQueue ); in MPU_xQueueGenericReset()
A Dmpu_wrappers_v2.c2966 BaseType_t xNewQueue ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericReset() argument
2980 xReturn = xQueueGenericReset( xInternalQueueHandle, xNewQueue ); in MPU_xQueueGenericReset()

Completed in 35 milliseconds