Lines Matching defs:rt
46 let rt = rt(); in many_oneshot_futures() localVariable
71 let rt = rt(); in spawn_two() localVariable
108 let rt = rt(); in many_multishot_futures() localVariable
175 let rt = runtime::Builder::new_multi_thread() in lifo_slot_budget() localVariable
194 let rt = rt(); in spawn_shutdown() localVariable
261 let rt = runtime::Builder::new_multi_thread() in drop_threadpool_drops_futures() localVariable
300 let rt = tokio::runtime::Builder::new_multi_thread() in start_stop_callbacks_called() localVariable
335 let rt = rt(); in blocking() localVariable
402 let rt = tokio::runtime::Builder::new_multi_thread() in coop_and_block_in_place() localVariable
451 let rt = tokio::runtime::Builder::new_multi_thread() in yield_after_block_in_place() localVariable
460 let rt = tokio::runtime::Builder::new_current_thread() in yield_after_block_in_place() localVariable
500 let rt = tokio::runtime::Builder::new_multi_thread() in global_queue_interval_set_to_one() localVariable
585 let rt = tokio::runtime::Builder::new_multi_thread() in wake_during_shutdown() localVariable
626 let rt = runtime::Builder::new_multi_thread() in test_nested_block_in_place_with_block_on_between() localVariable
662 let rt = runtime::Builder::new_multi_thread() in test_tuning() localVariable
771 fn rt() -> runtime::Runtime { in rt() function
783 let rt = runtime::Builder::new_multi_thread() in test_disable_lifo_slot() localVariable
825 let rt = rt(); in runtime_id_is_same() localVariable