Home
last modified time | relevance | path

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

/qemu/util/
H A Dmeson.build88 util_ss.add(files(f'coroutine-@coroutine_backend@.c'))
/qemu/
H A Dmeson.build511 coroutine_backend = get_option('coroutine_backend') variable
534 if coroutine_backend == 'auto'
535 coroutine_backend = supported_backends[0] variable
536 elif coroutine_backend not in supported_backends
538 .format(coroutine_backend, ', '.join(supported_backends)))
562 if get_option('safe_stack') and coroutine_backend != 'ucontext'
4830 summary_info += {'coroutine backend': coroutine_backend}
H A Dmeson_options.txt36 option('coroutine_backend', type: 'combo', combo