Searched defs:BlockingPool (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/tokio/src/runtime/blocking/ |
D | pool.rs | 16 pub(crate) struct BlockingPool { struct 17 spawner: Spawner, 18 shutdown_rx: shutdown::Receiver, 89 impl BlockingPool { impl 90 pub(crate) fn new(builder: &Builder, thread_cap: usize) -> BlockingPool { in new() 159 impl Drop for BlockingPool { implementation 165 impl fmt::Debug for BlockingPool { implementation
|
D | mod.rs | 17 pub(crate) fn create_blocking_pool(builder: &Builder, thread_cap: usize) -> BlockingPool { in create_blocking_pool() 35 impl BlockingPool { impl
|
/external/crosvm/common/cros_asyncv2/src/blocking/ |
D | pool.rs | 180 pub struct BlockingPool { struct 184 impl BlockingPool { impl 198 pub fn new(max_threads: usize, keepalive: Duration) -> BlockingPool { in new() 220 pub fn with_capacity(max_threads: usize, keepalive: Duration) -> BlockingPool { in with_capacity() 319 impl Default for BlockingPool { implementation 325 impl Drop for BlockingPool { implementation
|
/external/crosvm/cros_async/src/blocking/ |
D | pool.rs | 182 pub struct BlockingPool { struct 186 impl BlockingPool { implementation 200 pub fn new(max_threads: usize, keepalive: Duration) -> BlockingPool { in new() 222 pub fn with_capacity(max_threads: usize, keepalive: Duration) -> BlockingPool { in with_capacity() 321 impl Default for BlockingPool { implementation 327 impl Drop for BlockingPool { implementation
|
/external/crosvm/common/cros_async/src/blocking/ |
D | pool.rs | 182 pub struct BlockingPool { struct 186 impl BlockingPool { implementation 200 pub fn new(max_threads: usize, keepalive: Duration) -> BlockingPool { in new() 222 pub fn with_capacity(max_threads: usize, keepalive: Duration) -> BlockingPool { in with_capacity() 321 impl Default for BlockingPool { implementation 327 impl Drop for BlockingPool { implementation
|