Searched defs:isNormalTask (Results 1 – 1 of 1) sorted by relevance
221 static inline void CoExit(CoRoutine* co, bool isNormalTask) in CoExit()247 bool isNormalTask = task->type == ffrt_normal_task; in CoStartEntry() local