Searched defs:stack_size (Results 1 – 2 of 2) sorted by relevance
120 …it_context(struct co2_context* ctx, void (*func)(void*), void* arg, void* stack, size_t stack_size) in co2_init_context()
108 std::size_t stack_size = CoStackAttr::Instance()->size + sizeof(CoRoutine) - 8; in AllocNewCoRoutine() local