Searched refs:pxCRCB (Results 1 – 2 of 2) sorted by relevance
68 …#define prvAddCoRoutineToReadyQueue( pxCRCB ) … argument70 …if( ( pxCRCB )->uxPriority > uxTopCoRoutineReadyPriority ) …72 …uxTopCoRoutineReadyPriority = ( pxCRCB )->uxPriority; …74 …vListInsertEnd( ( List_t * ) &( pxReadyCoRoutineLists[ ( pxCRCB )->uxPriority ] ), &( ( pxCRCB )->…227 CRCB_t * pxCRCB; in prvCheckDelayedList() local251 pxCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( pxDelayedCoRoutineList ); in prvCheckDelayedList()253 if( xCoRoutineTickCount < listGET_LIST_ITEM_VALUE( &( pxCRCB->xGenericListItem ) ) ) in prvCheckDelayedList()266 ( void ) uxListRemove( &( pxCRCB->xGenericListItem ) ); in prvCheckDelayedList()269 if( pxCRCB->xEventListItem.pxContainer ) in prvCheckDelayedList()271 ( void ) uxListRemove( &( pxCRCB->xEventListItem ) ); in prvCheckDelayedList()[all …]
214 #define crSTART( pxCRCB ) \ argument215 switch( ( ( CRCB_t * ) ( pxCRCB ) )->uxState ) { \