Home
last modified time | relevance | path

Searched refs:crCOROUTINE_CODE (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.1.0/include/
Dcroutine.h50 typedef void (* crCOROUTINE_CODE)( CoRoutineHandle_t xHandle, typedef
55 crCOROUTINE_CODE pxCoRoutineFunction;
136 BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode,
/Kernel-v11.1.0/
Dcroutine.c105 BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode, in xCoRoutineCreate()