Searched refs:pxUnblockedCRCB (Results 1 – 1 of 1) sorted by relevance
209 CRCB_t * pxUnblockedCRCB; in prvCheckPendingReadyList() local214 … pxUnblockedCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( ( &xPendingReadyCoRoutineList ) ); in prvCheckPendingReadyList()215 ( void ) uxListRemove( &( pxUnblockedCRCB->xEventListItem ) ); in prvCheckPendingReadyList()219 ( void ) uxListRemove( &( pxUnblockedCRCB->xGenericListItem ) ); in prvCheckPendingReadyList()220 prvAddCoRoutineToReadyQueue( pxUnblockedCRCB ); in prvCheckPendingReadyList()341 CRCB_t * pxUnblockedCRCB; in xCoRoutineRemoveFromEventList() local347 pxUnblockedCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( pxEventList ); in xCoRoutineRemoveFromEventList()348 ( void ) uxListRemove( &( pxUnblockedCRCB->xEventListItem ) ); in xCoRoutineRemoveFromEventList()349 …vListInsertEnd( ( List_t * ) &( xPendingReadyCoRoutineList ), &( pxUnblockedCRCB->xEventListItem )… in xCoRoutineRemoveFromEventList()351 if( pxUnblockedCRCB->uxPriority >= pxCurrentCoRoutine->uxPriority ) in xCoRoutineRemoveFromEventList()