Home
last modified time | relevance | path

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

/foundation/resourceschedule/ffrt/src/eu/
Dco2_context.c120 …it_context(struct co2_context* ctx, void (*func)(void*), void* arg, void* stack, size_t stack_size) in co2_init_context()
Dco_routine.cpp108 std::size_t stack_size = CoStackAttr::Instance()->size + sizeof(CoRoutine) - 8; in AllocNewCoRoutine() local