Searched refs:coroutine_backend (Results 1 – 3 of 3) sorted by relevance
85 util_ss.add(files(f'coroutine-@coroutine_backend@.c'))
474 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_backends499 .format(coroutine_backend, ', '.join(supported_backends)))523 if get_option('safe_stack') and coroutine_backend != 'ucontext'4662 summary_info += {'coroutine backend': coroutine_backend}
36 option('coroutine_backend', type: 'combo', combo