Home
last modified time | relevance | path

Searched refs:pxUnblockedCRCB (Results 1 – 1 of 1) sorted by relevance

/Kernel-v10.6.2/
HDcroutine.c209 CRCB_t * pxUnblockedCRCB; in prvCheckPendingReadyList() local
214pxUnblockedCRCB = ( 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() local
347 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()