Searched defs:BlockingPool (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/crosvm/cros_async/src/blocking/ |
H A D | pool.rs | 199 pub struct BlockingPool { struct 203 impl BlockingPool { implementation 217 pub fn new(max_threads: usize, keepalive: Duration) -> BlockingPool { in new() 239 pub fn with_capacity(max_threads: usize, keepalive: Duration) -> BlockingPool { in with_capacity() 334 impl Default for BlockingPool { implementation 340 impl Drop for BlockingPool { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/blocking/ |
D | pool.rs | 19 pub(crate) struct BlockingPool { struct 20 spawner: Spawner, 21 shutdown_rx: shutdown::Receiver, 209 impl BlockingPool { implementation 210 pub(crate) fn new(builder: &Builder, thread_cap: usize) -> BlockingPool { in new() 282 impl Drop for BlockingPool { implementation 288 impl fmt::Debug for BlockingPool { implementation
|
D | mod.rs | 24 pub(crate) fn create_blocking_pool(builder: &Builder, thread_cap: usize) -> BlockingPool { in create_blocking_pool()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/local_runtime/ |
D | runtime.rs | 58 blocking_pool: BlockingPool, in from_parts()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/ |
D | runtime.rs | 145 blocking_pool: BlockingPool, in from_parts()
|
D | builder.rs | 1363 ) -> io::Result<(CurrentThread, Handle, BlockingPool)> { in build_current_thread_runtime_components() argument
|