Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dcroutine.c105 UBaseType_t uxIndex ) in xCoRoutineCreate() argument
110 traceENTER_xCoRoutineCreate( pxCoRoutineCode, uxPriority, uxIndex ); in xCoRoutineCreate()
137 pxCoRoutine->uxIndex = uxIndex; in xCoRoutineCreate()
327 … ( pxCurrentCoRoutine->pxCoRoutineFunction )( pxCurrentCoRoutine, pxCurrentCoRoutine->uxIndex ); in vCoRoutineSchedule()
/Kernel-v11.0.1/include/
Dcroutine.h51 UBaseType_t uxIndex );
59 …UBaseType_t uxIndex; /**< Used to distinguish between co-routines when multiple co-routine… member
138 UBaseType_t uxIndex );
DFreeRTOS.h2553 #define traceENTER_xCoRoutineCreate( pxCoRoutineCode, uxPriority, uxIndex ) argument