Home
last modified time | relevance | path

Searched refs:EventVec (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Depoll.rs38 //! let mut event_list = epoll::EventVec::with_capacity(4);
218 event_list: &mut EventVec<'context, Context>, in wait()
291 /// An iterator over the `Event`s in an `EventVec`.
326 pub struct EventVec<'context, Context: self::Context> { structure names
332 impl<'context, Context: self::Context> EventVec<'context, Context> { impls
333 /// Constructs an `EventVec` with memory for `capacity` `Event`s.
343 /// Returns the current `Event` capacity of this `EventVec`.
361 /// Clears all the `Events` out of this `EventVec`.
367 /// Shrinks the capacity of this `EventVec` as much as possible.
373 /// Returns an iterator over the `Event`s in this `EventVec`
[all...]
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs38 //! let mut event_list = epoll::EventVec::with_capacity(4);
227 event_list: &mut EventVec<'context, Context>, in wait()
300 /// An iterator over the `Event`s in an `EventVec`.
344 pub struct EventVec<'context, Context: self::Context> { structure names
350 impl<'context, Context: self::Context> EventVec<'context, Context> { impls
351 /// Constructs an `EventVec` with memory for `capacity` `Event`s.
361 /// Returns the current `Event` capacity of this `EventVec`.
379 /// Clears all the `Events` out of this `EventVec`.
385 /// Shrinks the capacity of this `EventVec` as much as possible.
391 /// Returns an iterator over the `Event`s in this `EventVec`
[all...]
/third_party/rust/crates/rustix/tests/io/
H A Depoll.rs44 let mut event_list = epoll::EventVec::with_capacity(4); in server()

Completed in 2 milliseconds