Home
last modified time | relevance | path

Searched refs:asyncify_stack_size (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/util/
H A Dcoroutine-wasm.c34 size_t asyncify_stack_size; member
67 co->asyncify_stack_size = COROUTINE_STACK_SIZE; in qemu_coroutine_new()
68 co->asyncify_stack = g_malloc0(co->asyncify_stack_size); in qemu_coroutine_new()
71 co->asyncify_stack_size); in qemu_coroutine_new()
106 leaderp->asyncify_stack_size = leader_asyncify_stack_size; in qemu_coroutine_self()
110 leaderp->asyncify_stack_size); in qemu_coroutine_self()