Searched refs:pxCoRoutineCode (Results 1 – 3 of 3) sorted by relevance
103 BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode, in xCoRoutineCreate() argument110 traceENTER_xCoRoutineCreate( pxCoRoutineCode, uxPriority, uxIndex ); in xCoRoutineCreate()138 pxCoRoutine->pxCoRoutineFunction = pxCoRoutineCode; in xCoRoutineCreate()
136 BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode,
2553 #define traceENTER_xCoRoutineCreate( pxCoRoutineCode, uxPriority, uxIndex ) argument