Lines Matching refs:Config
10 fn build_engine(config: &mut Config) -> Result<Arc<Engine>> { in build_engine()
48 config: &mut Config, in run_and_count_yields_or_trap() argument
83 async fn epoch_yield_at_func_entry(config: &mut Config) -> Result<()> { in epoch_yield_at_func_entry()
107 async fn epoch_yield_at_loop_header(config: &mut Config) -> Result<()> { in epoch_yield_at_loop_header()
133 async fn epoch_yield_immediate(config: &mut Config) -> Result<()> { in epoch_yield_immediate()
155 async fn epoch_yield_only_once(config: &mut Config) -> Result<()> { in epoch_yield_only_once()
187 async fn epoch_interrupt_infinite_loop(config: &mut Config) -> Result<()> { in epoch_interrupt_infinite_loop()
214 async fn epoch_interrupt_function_entries(config: &mut Config) -> Result<()> { in epoch_interrupt_function_entries()
338 async fn epoch_callback_continue(config: &mut Config) -> Result<()> { in epoch_callback_continue()
365 async fn epoch_callback_yield(config: &mut Config) -> Result<()> { in epoch_callback_yield()
393 async fn epoch_callback_yield_custom(config: &mut Config) -> Result<()> { in epoch_callback_yield_custom()
421 async fn epoch_callback_trap(config: &mut Config) -> Result<()> { in epoch_callback_trap()
444 async fn drop_future_on_epoch_yield(config: &mut Config) -> Result<()> { in drop_future_on_epoch_yield()