Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dmeson.build85 util_ss.add(files(f'coroutine-@coroutine_backend@.c'))
/openbmc/qemu/
H A Dmeson.build474 coroutine_backend = get_option('coroutine_backend') variable
495 if coroutine_backend == 'auto' variable
496 coroutine_backend = supported_backends[0] variable
497 elif coroutine_backend not in supported_backends
499 .format(coroutine_backend, ', '.join(supported_backends)))
523 if get_option('safe_stack') and coroutine_backend != 'ucontext'
4662 summary_info += {'coroutine backend': coroutine_backend}
H A Dmeson_options.txt36 option('coroutine_backend', type: 'combo', combo