Home
last modified time | relevance | path

Searched refs:try_block_threaded (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Drt_metrics.rs73 if let Ok(_blocking_tasks) = try_block_threaded(&rt) { in global_queue_depth_multi_thread()
86 fn try_block_threaded(rt: &Runtime) -> Result<Vec<mpsc::Sender<()>>, mpsc::RecvTimeoutError> { in try_block_threaded() function