Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/hyper/src/client/
Dpool.rs832 fn pool_no_timer<T>() -> Pool<T> { in pool_no_timer() function
850 let pool = pool_no_timer(); in test_pool_checkout_smoke()
882 let pool = pool_no_timer(); in test_pool_checkout_returns_none_if_expired()
897 let pool = pool_no_timer(); in test_pool_checkout_removes_expired()
971 let pool = pool_no_timer(); in test_pool_checkout_task_unparked()
990 let pool = pool_no_timer::<Uniq<i32>>(); in test_pool_checkout_drop_cleans_up_waiters()
1036 let pool = pool_no_timer(); in pooled_drop_if_closed_doesnt_reinsert()