Home
last modified time | relevance | path

Searched defs:PoolInner (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Dpool.rs64 struct PoolInner<T> { struct
68 connecting: HashSet<Key>,
71 idle: HashMap<Key, Vec<Idle<T>>>,
72 max_idle_per_host: usize,
82 waiters: HashMap<Key, VecDeque<oneshot::Sender<T>>>,
86 idle_interval_ref: Option<oneshot::Sender<std::convert::Infallible>>,
111 Some(Arc::new(Mutex::new(PoolInner { in new() argument
327 impl<T: Poolable> PoolInner<T> { impl
433 impl<T> PoolInner<T> { impl
451 impl<T: Poolable> PoolInner<T> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dallocator.rs336 struct PoolInner { struct
353 reserve: Arc<ArrayQueue<PoolInner>>, in new()