Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freertos/
Dcroutine.c207 CRCB_t * pxUnblockedCRCB; in prvCheckPendingReadyList() local
212pxUnblockedCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( ( &xPendingReadyCoRoutineList ) ); in prvCheckPendingReadyList()
213 ( void ) uxListRemove( &( pxUnblockedCRCB->xEventListItem ) ); in prvCheckPendingReadyList()
217 ( void ) uxListRemove( &( pxUnblockedCRCB->xGenericListItem ) ); in prvCheckPendingReadyList()
218 prvAddCoRoutineToReadyQueue( pxUnblockedCRCB ); in prvCheckPendingReadyList()
339 CRCB_t * pxUnblockedCRCB; in xCoRoutineRemoveFromEventList() local
345 pxUnblockedCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( pxEventList ); in xCoRoutineRemoveFromEventList()
346 ( void ) uxListRemove( &( pxUnblockedCRCB->xEventListItem ) ); in xCoRoutineRemoveFromEventList()
347 …vListInsertEnd( ( List_t * ) &( xPendingReadyCoRoutineList ), &( pxUnblockedCRCB->xEventListItem )… in xCoRoutineRemoveFromEventList()
349 if( pxUnblockedCRCB->uxPriority >= pxCurrentCoRoutine->uxPriority ) in xCoRoutineRemoveFromEventList()