Searched refs:coroutine_backend (Results 1 – 3 of 3) sorted by relevance
88 util_ss.add(files(f'coroutine-@coroutine_backend@.c'))
511 coroutine_backend = get_option('coroutine_backend') variable534 if coroutine_backend == 'auto'535 coroutine_backend = supported_backends[0] variable536 elif coroutine_backend not in supported_backends538 .format(coroutine_backend, ', '.join(supported_backends)))562 if get_option('safe_stack') and coroutine_backend != 'ucontext'4830 summary_info += {'coroutine backend': coroutine_backend}
36 option('coroutine_backend', type: 'combo', combo