Lines Matching refs:QueueHandle_t

201 …#define MPU_GetQueueHandleAtIndex( lIndex )                            ( QueueHandle_t ) MPU_GetHa…
2101 BaseType_t MPU_xQueueGenericSendImpl( QueueHandle_t xQueue,
2106 BaseType_t MPU_xQueueGenericSendImpl( QueueHandle_t xQueue, in MPU_xQueueGenericSendImpl()
2112 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericSendImpl()
2160 UBaseType_t MPU_uxQueueMessagesWaitingImpl( const QueueHandle_t pxQueue ) PRIVILEGED_FUNCTION;
2162 …UBaseType_t MPU_uxQueueMessagesWaitingImpl( const QueueHandle_t pxQueue ) /* PRIVILEGED_FUNCTION */ in MPU_uxQueueMessagesWaitingImpl()
2165 QueueHandle_t xInternalQueueHandle = NULL; in MPU_uxQueueMessagesWaitingImpl()
2190 UBaseType_t MPU_uxQueueSpacesAvailableImpl( const QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
2192 … UBaseType_t MPU_uxQueueSpacesAvailableImpl( const QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_uxQueueSpacesAvailableImpl()
2195 QueueHandle_t xInternalQueueHandle = NULL; in MPU_uxQueueSpacesAvailableImpl()
2220 BaseType_t MPU_xQueueReceiveImpl( QueueHandle_t pxQueue,
2224 BaseType_t MPU_xQueueReceiveImpl( QueueHandle_t pxQueue, in MPU_xQueueReceiveImpl()
2229 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueReceiveImpl()
2272 BaseType_t MPU_xQueuePeekImpl( QueueHandle_t xQueue,
2276 BaseType_t MPU_xQueuePeekImpl( QueueHandle_t xQueue, in MPU_xQueuePeekImpl()
2281 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueuePeekImpl()
2324 BaseType_t MPU_xQueueSemaphoreTakeImpl( QueueHandle_t xQueue,
2327 BaseType_t MPU_xQueueSemaphoreTakeImpl( QueueHandle_t xQueue, in MPU_xQueueSemaphoreTakeImpl()
2331 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueSemaphoreTakeImpl()
2368 TaskHandle_t MPU_xQueueGetMutexHolderImpl( QueueHandle_t xSemaphore ) PRIVILEGED_FUNCTION;
2370 … TaskHandle_t MPU_xQueueGetMutexHolderImpl( QueueHandle_t xSemaphore ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGetMutexHolderImpl()
2375 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGetMutexHolderImpl()
2414 BaseType_t MPU_xQueueTakeMutexRecursiveImpl( QueueHandle_t xMutex,
2417 BaseType_t MPU_xQueueTakeMutexRecursiveImpl( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursiveImpl()
2423 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueTakeMutexRecursiveImpl()
2456 BaseType_t MPU_xQueueGiveMutexRecursiveImpl( QueueHandle_t xMutex ) PRIVILEGED_FUNCTION;
2458 … BaseType_t MPU_xQueueGiveMutexRecursiveImpl( QueueHandle_t xMutex ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGiveMutexRecursiveImpl()
2463 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGiveMutexRecursiveImpl()
2579 void MPU_vQueueAddToRegistryImpl( QueueHandle_t xQueue,
2582 void MPU_vQueueAddToRegistryImpl( QueueHandle_t xQueue, in MPU_vQueueAddToRegistryImpl()
2586 QueueHandle_t xInternalQueueHandle = NULL; in MPU_vQueueAddToRegistryImpl()
2612 void MPU_vQueueUnregisterQueueImpl( QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
2614 void MPU_vQueueUnregisterQueueImpl( QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_vQueueUnregisterQueueImpl()
2617 QueueHandle_t xInternalQueueHandle = NULL; in MPU_vQueueUnregisterQueueImpl()
2643 const char * MPU_pcQueueGetNameImpl( QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
2645 const char * MPU_pcQueueGetNameImpl( QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_pcQueueGetNameImpl()
2648 QueueHandle_t xInternalQueueHandle = NULL; in MPU_pcQueueGetNameImpl()
2680 void MPU_vQueueDelete( QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_vQueueDelete()
2682 QueueHandle_t xInternalQueueHandle = NULL; in MPU_vQueueDelete()
2702 QueueHandle_t MPU_xQueueCreateMutex( const uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueCreateMutex()
2704 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueCreateMutex()
2705 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueCreateMutex()
2717 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueCreateMutex()
2733 QueueHandle_t MPU_xQueueCreateMutexStatic( const uint8_t ucQueueType, in MPU_xQueueCreateMutexStatic()
2736 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueCreateMutexStatic()
2737 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueCreateMutexStatic()
2749 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueCreateMutexStatic()
2765 QueueHandle_t MPU_xQueueCreateCountingSemaphore( UBaseType_t uxCountValue, in MPU_xQueueCreateCountingSemaphore()
2768 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueCreateCountingSemaphore()
2769 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueCreateCountingSemaphore()
2781 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueCreateCountingSemaphore()
2797 QueueHandle_t MPU_xQueueCreateCountingSemaphoreStatic( const UBaseType_t uxMaxCount, in MPU_xQueueCreateCountingSemaphoreStatic()
2801 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueCreateCountingSemaphoreStatic()
2802 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueCreateCountingSemaphoreStatic()
2814 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueCreateCountingSemaphoreStatic()
2830 QueueHandle_t MPU_xQueueGenericCreate( UBaseType_t uxQueueLength, in MPU_xQueueGenericCreate()
2834 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericCreate()
2835 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueGenericCreate()
2847 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueGenericCreate()
2863 QueueHandle_t MPU_xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, in MPU_xQueueGenericCreateStatic()
2869 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericCreateStatic()
2870 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueGenericCreateStatic()
2882 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueGenericCreateStatic()
2896 BaseType_t MPU_xQueueGenericReset( QueueHandle_t xQueue, in MPU_xQueueGenericReset()
2900 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericReset()
2983 BaseType_t MPU_xQueueGenericGetStaticBuffers( QueueHandle_t xQueue, in MPU_xQueueGenericGetStaticBuffers()
2988 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericGetStaticBuffers()
3009 BaseType_t MPU_xQueueGenericSendFromISR( QueueHandle_t xQueue, in MPU_xQueueGenericSendFromISR()
3016 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericSendFromISR()
3035 BaseType_t MPU_xQueueGiveFromISR( QueueHandle_t xQueue, in MPU_xQueueGiveFromISR()
3040 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGiveFromISR()
3059 BaseType_t MPU_xQueuePeekFromISR( QueueHandle_t xQueue, in MPU_xQueuePeekFromISR()
3064 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueuePeekFromISR()
3083 BaseType_t MPU_xQueueReceiveFromISR( QueueHandle_t xQueue, in MPU_xQueueReceiveFromISR()
3089 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueReceiveFromISR()
3108 BaseType_t MPU_xQueueIsQueueEmptyFromISR( const QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueIsQueueEmptyFromISR()
3112 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueIsQueueEmptyFromISR()
3130 BaseType_t MPU_xQueueIsQueueFullFromISR( const QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueIsQueueFullFromISR()
3134 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueIsQueueFullFromISR()
3153 …UBaseType_t MPU_uxQueueMessagesWaitingFromISR( const QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION… in MPU_uxQueueMessagesWaitingFromISR()
3157 QueueHandle_t xInternalQueueHandle = NULL; in MPU_uxQueueMessagesWaitingFromISR()
3178 … TaskHandle_t MPU_xQueueGetMutexHolderFromISR( QueueHandle_t xSemaphore ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGetMutexHolderFromISR()
3183 QueueHandle_t xInternalSemaphoreHandle = NULL; in MPU_xQueueGetMutexHolderFromISR()