Searched refs:crCOROUTINE_CODE (Results 1 – 2 of 2) sorted by relevance
47 typedef void (*crCOROUTINE_CODE)( CoRoutineHandle_t, UBaseType_t ); typedef51 crCOROUTINE_CODE pxCoRoutineFunction;131 BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode, UBaseType_t uxPriority, UBaseType_t …
102 BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode, UBaseType_t uxPriority, UBaseType_t … in xCoRoutineCreate()