Lines Matching refs:NULL

66 #define queueQUEUE_IS_MUTEX       NULL
313 if( ( pxQueue != NULL ) && in xQueueGenericReset()
382 Queue_t * pxNewQueue = NULL; in xQueueGenericCreateStatic()
391 ( pxStaticQueue != NULL ) && in xQueueGenericCreateStatic()
395 ( !( ( pucQueueStorage != NULL ) && ( uxItemSize == 0U ) ) ) && in xQueueGenericCreateStatic()
396 ( !( ( pucQueueStorage == NULL ) && ( uxItemSize != 0U ) ) ) ) in xQueueGenericCreateStatic()
463 if( ppucQueueStorage != NULL ) in xQueueGenericGetStaticBuffers()
482 if( ppucQueueStorage != NULL ) in xQueueGenericGetStaticBuffers()
506 Queue_t * pxNewQueue = NULL; in xQueueGenericCreate()
528 if( pxNewQueue != NULL ) in xQueueGenericCreate()
604 pxNewQueue->pxQueueSetContainer = NULL; in prvInitialiseNewQueue()
616 if( pxNewQueue != NULL ) in prvInitialiseMutex()
622 pxNewQueue->u.xSemaphore.xMutexHolder = NULL; in prvInitialiseMutex()
631 ( void ) xQueueGenericSend( pxNewQueue, NULL, ( TickType_t ) 0U, queueSEND_TO_BACK ); in prvInitialiseMutex()
676 …xNewQueue = xQueueGenericCreateStatic( uxMutexLength, uxMutexSize, NULL, pxStaticQueue, ucQueueTyp… in xQueueCreateMutexStatic()
711 pxReturn = NULL; in xQueueGetMutexHolder()
743 pxReturn = NULL; in xQueueGetMutexHolderFromISR()
787 … ( void ) xQueueGenericSend( pxMutex, NULL, queueMUTEX_GIVE_BLOCK_TIME, queueSEND_TO_BACK ); in xQueueGiveMutexRecursive()
866 QueueHandle_t xHandle = NULL; in xQueueCreateCountingSemaphoreStatic()
873 …xHandle = xQueueGenericCreateStatic( uxMaxCount, queueSEMAPHORE_QUEUE_ITEM_LENGTH, NULL, pxStaticQ… in xQueueCreateCountingSemaphoreStatic()
875 if( xHandle != NULL ) in xQueueCreateCountingSemaphoreStatic()
905 QueueHandle_t xHandle = NULL; in xQueueCreateCountingSemaphore()
914 if( xHandle != NULL ) in xQueueCreateCountingSemaphore()
951 configASSERT( !( ( pvItemToQueue == NULL ) && ( pxQueue->uxItemSize != ( UBaseType_t ) 0U ) ) ); in xQueueGenericSend()
977 if( pxQueue->pxQueueSetContainer != NULL ) in xQueueGenericSend()
1169 configASSERT( !( ( pvItemToQueue == NULL ) && ( pxQueue->uxItemSize != ( UBaseType_t ) 0U ) ) ); in xQueueGenericSendFromISR()
1215 if( pxQueue->pxQueueSetContainer != NULL ) in xQueueGenericSendFromISR()
1229 if( pxHigherPriorityTaskWoken != NULL ) in xQueueGenericSendFromISR()
1251 if( pxHigherPriorityTaskWoken != NULL ) in xQueueGenericSendFromISR()
1279 if( pxHigherPriorityTaskWoken != NULL ) in xQueueGenericSendFromISR()
1350 …xQueue->uxQueueType == queueQUEUE_IS_MUTEX ) && ( pxQueue->u.xSemaphore.xMutexHolder != NULL ) ) ); in xQueueGiveFromISR()
1395 if( pxQueue->pxQueueSetContainer != NULL ) in xQueueGiveFromISR()
1402 if( pxHigherPriorityTaskWoken != NULL ) in xQueueGiveFromISR()
1424 if( pxHigherPriorityTaskWoken != NULL ) in xQueueGiveFromISR()
1452 if( pxHigherPriorityTaskWoken != NULL ) in xQueueGiveFromISR()
1511 …configASSERT( !( ( ( pvBuffer ) == NULL ) && ( ( pxQueue )->uxItemSize != ( UBaseType_t ) 0U ) ) ); in xQueueReceive()
1887 …configASSERT( !( ( ( pvBuffer ) == NULL ) && ( ( pxQueue )->uxItemSize != ( UBaseType_t ) 0U ) ) ); in xQueuePeek()
2040 configASSERT( !( ( pvBuffer == NULL ) && ( pxQueue->uxItemSize != ( UBaseType_t ) 0U ) ) ); in xQueueReceiveFromISR()
2084 if( pxHigherPriorityTaskWoken != NULL ) in xQueueReceiveFromISR()
2137 configASSERT( !( ( pvBuffer == NULL ) && ( pxQueue->uxItemSize != ( UBaseType_t ) 0U ) ) ); in xQueuePeekFromISR()
2397 pxQueue->u.xSemaphore.xMutexHolder = NULL; in prvCopyDataToQueue()
2501 if( pxQueue->pxQueueSetContainer != NULL ) in prvUnlockQueue()
3001 QueueRegistryItem_t * pxEntryToWrite = NULL; in vQueueAddToRegistry()
3007 if( pcQueueName != NULL ) in vQueueAddToRegistry()
3020 … else if( ( pxEntryToWrite == NULL ) && ( xQueueRegistry[ ux ].pcQueueName == NULL ) ) in vQueueAddToRegistry()
3031 if( pxEntryToWrite != NULL ) in vQueueAddToRegistry()
3051 const char * pcReturn = NULL; in pcQueueGetName()
3098 xQueueRegistry[ ux ].pcQueueName = NULL; in vQueueUnregisterQueue()
3191 if( ( ( Queue_t * ) xQueueOrSemaphore )->pxQueueSetContainer != NULL ) in xQueueAddToSet()
3245 pxQueueOrSemaphore->pxQueueSetContainer = NULL; in xQueueRemoveFromSet()
3264 QueueSetMemberHandle_t xReturn = NULL; in xQueueSelectFromSet()
3282 QueueSetMemberHandle_t xReturn = NULL; in xQueueSelectFromSetFromISR()
3286 ( void ) xQueueReceiveFromISR( ( QueueHandle_t ) xQueueSet, &xReturn, NULL ); in xQueueSelectFromSetFromISR()