Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDcroutine.c105 UBaseType_t uxIndex ) in xCoRoutineCreate() argument
132 pxCoRoutine->uxIndex = uxIndex; in xCoRoutineCreate()
314 … ( pxCurrentCoRoutine->pxCoRoutineFunction )( pxCurrentCoRoutine, pxCurrentCoRoutine->uxIndex ); in vCoRoutineSchedule()
/Kernel-v10.6.2/include/
HDcroutine.h59 …UBaseType_t uxIndex; /**< Used to distinguish between co-routines when multiple co-routine… member
138 UBaseType_t uxIndex );