Searched refs:uxIndex (Results 1 – 3 of 3) sorted by relevance
107 UBaseType_t uxIndex ) in xCoRoutineCreate() argument112 traceENTER_xCoRoutineCreate( pxCoRoutineCode, uxPriority, uxIndex ); in xCoRoutineCreate()139 pxCoRoutine->uxIndex = uxIndex; in xCoRoutineCreate()329 … ( pxCurrentCoRoutine->pxCoRoutineFunction )( pxCurrentCoRoutine, pxCurrentCoRoutine->uxIndex ); in vCoRoutineSchedule()
51 UBaseType_t uxIndex );59 …UBaseType_t uxIndex; /**< Used to distinguish between co-routines when multiple co-routine… member138 UBaseType_t uxIndex );
2629 #define traceENTER_xCoRoutineCreate( pxCoRoutineCode, uxPriority, uxIndex ) argument