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