Lines Matching defs:pool
32 let mut pool = LocalPool::new(); in run_until_single_future() localVariable
44 let mut pool = LocalPool::new(); in run_until_ignores_spawned() localVariable
53 let mut pool = LocalPool::new(); in run_until_executes_spawned() localVariable
63 let mut pool = LocalPool::new(); in run_returns_if_empty() localVariable
73 let mut pool = LocalPool::new(); in run_executes_spawned() localVariable
95 let mut pool = LocalPool::new(); in run_spawn_many() localVariable
112 let mut pool = LocalPool::new(); in try_run_one_returns_if_empty() localVariable
122 let mut pool = LocalPool::new(); in try_run_one_executes_one_ready() localVariable
150 let mut pool = LocalPool::new(); in try_run_one_returns_on_no_progress() localVariable
182 let mut pool = LocalPool::new(); in try_run_one_runs_sub_futures() localVariable
205 let mut pool = LocalPool::new(); in run_until_stalled_returns_if_empty() localVariable
212 let mut pool = LocalPool::new(); in run_until_stalled_returns_multiple_times() localVariable
229 let mut pool = LocalPool::new(); in run_until_stalled_runs_spawned_sub_futures() localVariable
257 let mut pool = LocalPool::new(); in run_until_stalled_executes_all_ready() localVariable
281 let mut pool = LocalPool::new(); in nesting_run() localVariable
285 let mut pool = LocalPool::new(); in nesting_run() localVariable
295 let mut pool = LocalPool::new(); in nesting_run_run_until_stalled() localVariable
299 let mut pool = LocalPool::new(); in nesting_run_run_until_stalled() localVariable
342 let mut pool = LocalPool::new(); in tasks_are_scheduled_fairly() localVariable