Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dcroutine.c107 UBaseType_t uxIndex ) in xCoRoutineCreate() argument
112 traceENTER_xCoRoutineCreate( pxCoRoutineCode, uxPriority, uxIndex ); in xCoRoutineCreate()
139 pxCoRoutine->uxIndex = uxIndex; in xCoRoutineCreate()
329 … ( pxCurrentCoRoutine->pxCoRoutineFunction )( pxCurrentCoRoutine, pxCurrentCoRoutine->uxIndex ); in vCoRoutineSchedule()
/Kernel-v11.1.0/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.h2629 #define traceENTER_xCoRoutineCreate( pxCoRoutineCode, uxPriority, uxIndex ) argument