Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
Dcroutine.h50 typedef void (* crCOROUTINE_CODE)( CoRoutineHandle_t, typedef
55 crCOROUTINE_CODE pxCoRoutineFunction;
136 BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode,
/Kernel-v10.6.2/
Dcroutine.c103 BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode, in xCoRoutineCreate()