Home
last modified time | relevance | path

Searched defs:CoRoutine (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dco_routine.h74 struct CoRoutine { struct
76 CoRoutineEnv* thEnv; argument
79 uint64_t allocatedSize; // CoRoutine allocated size argument
80 bool isTaskDone = false;
104 class CoRoutineFactory { argument