Searched defs:runtime (Results 1 – 7 of 7) sorted by relevance
94 let runtime = tokio::runtime::Runtime::new().unwrap(); in alarm_cancel_after_expired() localVariable118 let runtime = tokio::runtime::Runtime::new().unwrap(); in alarm_clear_ready_after_expired() localVariable137 let runtime = tokio::runtime::Runtime::new().unwrap(); in interval_schedule_and_then_drop() localVariable
75 runtime: Runtime, field83 let runtime = Builder::new_multi_thread() in new() localVariable
56 let runtime = RuntimeBuilder::new_multi_thread() in new() localVariable
290 Runtime runtime = Runtime.getRuntime(); in startRttCheck() local
92 let runtime = match default_runtime() { in Java_com_android_server_uwb_indev_UwbServiceCore_nativeUwbServiceNew() localVariable
493 runtime: Arc<Runtime>, field516 let runtime = Arc::new( in new() localVariable
1554 Subgraph(xnn_runtime_t runtime, std::unordered_set<uint32_t>&& externals, in Subgraph()