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
68 let mut pool = LocalPool::new(); in run_returns_if_empty() localVariable
78 let mut pool = LocalPool::new(); in run_executes_spawned() localVariable
109 let mut pool = LocalPool::new(); in run_spawn_many() localVariable
131 let mut pool = LocalPool::new(); in try_run_one_returns_if_empty() localVariable
141 let mut pool = LocalPool::new(); in try_run_one_executes_one_ready() localVariable
174 let mut pool = LocalPool::new(); in try_run_one_returns_on_no_progress() localVariable
211 let mut pool = LocalPool::new(); in try_run_one_runs_sub_futures() localVariable
239 let mut pool = LocalPool::new(); in run_until_stalled_returns_if_empty() localVariable
246 let mut pool = LocalPool::new(); in run_until_stalled_returns_multiple_times() localVariable
263 let mut pool = LocalPool::new(); in run_until_stalled_runs_spawned_sub_futures() localVariable
296 let mut pool = LocalPool::new(); in run_until_stalled_executes_all_ready() localVariable
325 let mut pool = LocalPool::new(); in nesting_run() localVariable
331 let mut pool = LocalPool::new(); in nesting_run() localVariable
344 let mut pool = LocalPool::new(); in nesting_run_run_until_stalled() localVariable
350 let mut pool = LocalPool::new(); in nesting_run_run_until_stalled() localVariable
396 let mut pool = LocalPool::new(); in tasks_are_scheduled_fairly() localVariable
461 let mut pool = LocalPool::new(); in self_waking_run_until_stalled() localVariable
482 let mut pool = LocalPool::new(); in self_waking_try_run_one() localVariable