Searched defs:get_handles (Results 1 – 5 of 5) sorted by relevance
39 fn get_handles(&self, waker: &Arc<Waker>) -> Option<Self::HandleType>; in get_handles() method61 fn get_handles(&self, waker: &Arc<Waker>) -> Option<Self::HandleType> { in get_handles() method84 fn get_handles(&self, waker: &Arc<Waker>) -> Option<Self::HandleType> { in get_handles() method115 fn get_handles(&self, _waker: &Arc<Waker>) -> Option<Self::HandleType> { in get_handles() method152 fn get_handles(&self, waker: &Arc<Waker>) -> Option<PooledHandles<H>> { in get_handles() method
43 inline std::vector<native_handle_type> get_handles() in get_handles() function50 inline std::vector<native_handle_type> get_handles(std::error_code &ec) in get_handles() function
21 inline std::vector<native_handle_type> get_handles(std::error_code & ec) in get_handles() function55 inline std::vector<native_handle_type> get_handles() in get_handles() function
27 inline std::vector<native_handle_type> get_handles(std::error_code & ec) in get_handles() function67 inline std::vector<native_handle_type> get_handles() in get_handles() function
152 fn get_handles(&self, waker: &Arc<Waker>) -> Option<Self::HandleType> { in get_handles() method