Lines Matching defs:rt
44 let rt = rt(); in many_oneshot_futures() localVariable
69 let rt = rt(); in spawn_two() localVariable
106 let rt = rt(); in many_multishot_futures() localVariable
165 let rt = rt(); in spawn_shutdown() localVariable
232 let rt = runtime::Builder::new_multi_thread() in drop_threadpool_drops_futures() localVariable
271 let rt = tokio::runtime::Builder::new_multi_thread() in start_stop_callbacks_called() localVariable
304 let rt = rt(); in blocking() localVariable
371 let rt = tokio::runtime::Builder::new_multi_thread() in coop_and_block_in_place() localVariable
420 let rt = tokio::runtime::Builder::new_multi_thread() in yield_after_block_in_place() localVariable
429 let rt = tokio::runtime::Builder::new_current_thread() in yield_after_block_in_place() localVariable
526 let rt = tokio::runtime::Builder::new_multi_thread() in wake_during_shutdown() localVariable
564 fn rt() -> runtime::Runtime { in rt() function
574 let rt = runtime::Builder::new_multi_thread() in test_disable_lifo_slot() localVariable