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