Searched refs:run_instance (Results 1 – 2 of 2) sorted by relevance
954 let run_instance = in same_callee() localVariable956 let run = run_instance in same_callee()1027 let run_instance = in different_callees() localVariable1029 let run = run_instance in different_callees()
433 async fn run_instance(engine: &Engine, name: &str) -> Instance { in async_mpk_protection() function441 let mut a = Box::pin(run_instance(&engine, "a")); in async_mpk_protection()442 let mut b = Box::pin(run_instance(&engine, "b")); in async_mpk_protection()