Lines Matching refs:uxQueueItemSize
2180 UBaseType_t uxQueueItemSize, uxQueueLength; in MPU_xQueueGenericSendImpl() local
2194 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueueGenericSendImpl()
2197 … if( ( !( ( pvItemToQueue == NULL ) && ( uxQueueItemSize != ( UBaseType_t ) 0U ) ) ) && in MPU_xQueueGenericSendImpl()
2207 … uxQueueItemSize, in MPU_xQueueGenericSendImpl()
2297 UBaseType_t uxQueueItemSize; in MPU_xQueueReceiveImpl() local
2311 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueueReceiveImpl()
2313 … if( ( !( ( ( pvBuffer ) == NULL ) && ( uxQueueItemSize != ( UBaseType_t ) 0U ) ) ) in MPU_xQueueReceiveImpl()
2320 uxQueueItemSize, in MPU_xQueueReceiveImpl()
2348 UBaseType_t uxQueueItemSize; in MPU_xQueuePeekImpl() local
2363 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueuePeekImpl()
2365 … if( ( !( ( ( pvBuffer ) == NULL ) && ( uxQueueItemSize != ( UBaseType_t ) 0U ) ) ) in MPU_xQueuePeekImpl()
2372 uxQueueItemSize, in MPU_xQueuePeekImpl()
2397 UBaseType_t uxQueueItemSize; in MPU_xQueueSemaphoreTakeImpl() local
2412 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueueSemaphoreTakeImpl()
2414 if( ( uxQueueItemSize == 0 ) in MPU_xQueueSemaphoreTakeImpl()
2488 UBaseType_t uxQueueItemSize; in MPU_xQueueTakeMutexRecursiveImpl() local
2502 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueueTakeMutexRecursiveImpl()
2504 if( uxQueueItemSize == 0 ) in MPU_xQueueTakeMutexRecursiveImpl()