Searched refs:pxNewQueue (Results 1 – 2 of 2) sorted by relevance
382 Queue_t * pxNewQueue = NULL; in xQueueGenericCreateStatic() local432 configASSERT( pxNewQueue ); in xQueueGenericCreateStatic()438 return pxNewQueue; in xQueueGenericCreateStatic()506 Queue_t * pxNewQueue = NULL; in xQueueGenericCreate() local531 if( pxNewQueue != NULL ) in xQueueGenericCreate()557 configASSERT( pxNewQueue ); in xQueueGenericCreate()563 return pxNewQueue; in xQueueGenericCreate()585 pxNewQueue->pcHead = ( int8_t * ) pxNewQueue; in prvInitialiseNewQueue()596 pxNewQueue->uxItemSize = uxItemSize; in prvInitialiseNewQueue()611 traceQUEUE_CREATE( pxNewQueue ); in prvInitialiseNewQueue()[all …]
742 #define traceQUEUE_CREATE( pxNewQueue ) argument750 #define traceCREATE_MUTEX( pxNewQueue ) argument1190 #define traceRETURN_xQueueGenericCreateStatic( pxNewQueue ) argument1206 #define traceRETURN_xQueueGenericCreate( pxNewQueue ) argument
Completed in 17 milliseconds