Searched refs:try_block_threaded (Results 1 – 1 of 1) sorted by relevance
73 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