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()
531 if( pxNewQueue != NULL ) in xQueueGenericCreate()
607 pxNewQueue->pxQueueSetContainer = NULL; in prvInitialiseNewQueue()
619 if( pxNewQueue != NULL ) in prvInitialiseMutex()
625 pxNewQueue->u.xSemaphore.xMutexHolder = NULL; in prvInitialiseMutex()
634 ( void ) xQueueGenericSend( pxNewQueue, NULL, ( TickType_t ) 0U, queueSEND_TO_BACK ); in prvInitialiseMutex()
679 …xNewQueue = xQueueGenericCreateStatic( uxMutexLength, uxMutexSize, NULL, pxStaticQueue, ucQueueTyp… in xQueueCreateMutexStatic()
714 pxReturn = NULL; in xQueueGetMutexHolder()
746 pxReturn = NULL; in xQueueGetMutexHolderFromISR()
790 … ( void ) xQueueGenericSend( pxMutex, NULL, queueMUTEX_GIVE_BLOCK_TIME, queueSEND_TO_BACK ); in xQueueGiveMutexRecursive()
876 QueueHandle_t xHandle = NULL; in xQueueCreateCountingSemaphoreStatic()
883 …xHandle = xQueueGenericCreateStatic( uxMaxCount, queueSEMAPHORE_QUEUE_ITEM_LENGTH, NULL, pxStaticQ… in xQueueCreateCountingSemaphoreStatic()
885 if( xHandle != NULL ) in xQueueCreateCountingSemaphoreStatic()
915 QueueHandle_t xHandle = NULL; in xQueueCreateCountingSemaphore()
924 if( xHandle != NULL ) in xQueueCreateCountingSemaphore()
961 configASSERT( !( ( pvItemToQueue == NULL ) && ( pxQueue->uxItemSize != ( UBaseType_t ) 0U ) ) ); in xQueueGenericSend()
987 if( pxQueue->pxQueueSetContainer != NULL ) in xQueueGenericSend()
1178 …configASSERT( ( pxQueue != NULL ) && !( ( pvItemToQueue == NULL ) && ( pxQueue->uxItemSize != ( UB… in xQueueGenericSendFromISR()
1179 …configASSERT( ( pxQueue != NULL ) && !( ( xCopyPosition == queueOVERWRITE ) && ( pxQueue->uxLength… in xQueueGenericSendFromISR()
1227 if( pxQueue->pxQueueSetContainer != NULL ) in xQueueGenericSendFromISR()
1241 if( pxHigherPriorityTaskWoken != NULL ) in xQueueGenericSendFromISR()
1263 if( pxHigherPriorityTaskWoken != NULL ) in xQueueGenericSendFromISR()
1291 if( pxHigherPriorityTaskWoken != NULL ) in xQueueGenericSendFromISR()
1355 configASSERT( ( pxQueue != NULL ) && ( pxQueue->uxItemSize == 0 ) ); in xQueueGiveFromISR()
1360 …gASSERT( ( pxQueue != NULL ) && !( ( pxQueue->uxQueueType == queueQUEUE_IS_MUTEX ) && ( pxQueue->u… in xQueueGiveFromISR()
1408 if( pxQueue->pxQueueSetContainer != NULL ) in xQueueGiveFromISR()
1415 if( pxHigherPriorityTaskWoken != NULL ) in xQueueGiveFromISR()
1437 if( pxHigherPriorityTaskWoken != NULL ) in xQueueGiveFromISR()
1465 if( pxHigherPriorityTaskWoken != NULL ) in xQueueGiveFromISR()
1524 …configASSERT( !( ( ( pvBuffer ) == NULL ) && ( ( pxQueue )->uxItemSize != ( UBaseType_t ) 0U ) ) ); in xQueueReceive()
1897 …configASSERT( ( pxQueue != NULL ) && !( ( ( pvBuffer ) == NULL ) && ( ( pxQueue )->uxItemSize != (… in xQueuePeek()
2050 configASSERT( !( ( pvBuffer == NULL ) && ( pxQueue->uxItemSize != ( UBaseType_t ) 0U ) ) ); in xQueueReceiveFromISR()
2097 if( pxHigherPriorityTaskWoken != NULL ) in xQueueReceiveFromISR()
2149 …configASSERT( ( pxQueue != NULL ) && !( ( pvBuffer == NULL ) && ( pxQueue->uxItemSize != ( UBaseTy… in xQueuePeekFromISR()
2150 … configASSERT( ( pxQueue != NULL ) && ( pxQueue->uxItemSize != 0 ) ); /* Can't peek a semaphore. */ in xQueuePeekFromISR()
2412 pxQueue->u.xSemaphore.xMutexHolder = NULL; in prvCopyDataToQueue()
2516 if( pxQueue->pxQueueSetContainer != NULL ) in prvUnlockQueue()
3016 QueueRegistryItem_t * pxEntryToWrite = NULL; in vQueueAddToRegistry()
3022 if( pcQueueName != NULL ) in vQueueAddToRegistry()
3035 … else if( ( pxEntryToWrite == NULL ) && ( xQueueRegistry[ ux ].pcQueueName == NULL ) ) in vQueueAddToRegistry()
3046 if( pxEntryToWrite != NULL ) in vQueueAddToRegistry()
3066 const char * pcReturn = NULL; in pcQueueGetName()
3113 xQueueRegistry[ ux ].pcQueueName = NULL; in vQueueUnregisterQueue()
3226 if( ( ( Queue_t * ) xQueueOrSemaphore )->pxQueueSetContainer != NULL ) in xQueueAddToSet()
3280 pxQueueOrSemaphore->pxQueueSetContainer = NULL; in xQueueRemoveFromSet()
3299 QueueSetMemberHandle_t xReturn = NULL; in xQueueSelectFromSet()
3317 QueueSetMemberHandle_t xReturn = NULL; in xQueueSelectFromSetFromISR()
3321 ( void ) xQueueReceiveFromISR( ( QueueHandle_t ) xQueueSet, &xReturn, NULL ); in xQueueSelectFromSetFromISR()