Lines Matching refs:pxCurrentCoRoutine
52 CRCB_t * pxCurrentCoRoutine = NULL; variable
115 if( pxCurrentCoRoutine == NULL ) in xCoRoutineCreate()
117 pxCurrentCoRoutine = pxCoRoutine; in xCoRoutineCreate()
173 ( void ) uxListRemove( ( ListItem_t * ) &( pxCurrentCoRoutine->xGenericListItem ) ); in vCoRoutineAddToDelayedList()
176 listSET_LIST_ITEM_VALUE( &( pxCurrentCoRoutine->xGenericListItem ), xTimeToWake ); in vCoRoutineAddToDelayedList()
182 …( ( List_t * ) pxOverflowDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->xGenericLis… in vCoRoutineAddToDelayedList()
188 …stInsert( ( List_t * ) pxDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->xGenericLis… in vCoRoutineAddToDelayedList()
195 vListInsert( pxEventList, &( pxCurrentCoRoutine->xEventListItem ) ); in vCoRoutineAddToDelayedList()
309 …listGET_OWNER_OF_NEXT_ENTRY( pxCurrentCoRoutine, &( pxReadyCoRoutineLists[ uxTopCoRoutineReadyPrio… in vCoRoutineSchedule()
312 … ( pxCurrentCoRoutine->pxCoRoutineFunction )( pxCurrentCoRoutine, pxCurrentCoRoutine->uxIndex ); in vCoRoutineSchedule()
349 if( pxUnblockedCRCB->uxPriority >= pxCurrentCoRoutine->uxPriority ) in xCoRoutineRemoveFromEventList()