Searched defs:runtime (Results 1 – 9 of 9) sorted by relevance
61 let runtime = tokio::runtime::Runtime::new().unwrap(); in alarm_cancel_after_expired() localVariable85 let runtime = tokio::runtime::Runtime::new().unwrap(); in alarm_clear_ready_after_expired() localVariable
119 let runtime = tokio::runtime::Runtime::new().unwrap(); in alarm_cancel_after_expired() localVariable143 let runtime = tokio::runtime::Runtime::new().unwrap(); in alarm_clear_ready_after_expired() localVariable162 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
389 Runtime runtime = Runtime.getRuntime(); in writeToFos() local
92 let runtime = match default_runtime() { in Java_com_android_server_uwb_indev_UwbServiceCore_nativeUwbServiceNew() localVariable
507 runtime: Arc<Runtime>, field530 let runtime = Arc::new( in new() localVariable
1554 Subgraph(xnn_runtime_t runtime, std::unordered_set<uint32_t>&& externals, in Subgraph()