Searched defs:WaitContext (Results 1 – 7 of 7) sorted by relevance
17 pub struct WaitContext { struct21 impl WaitContext { impl
12 pub type WaitContext = Stub; typedef14 impl WaitContext { implementation
162 pub struct WaitContext<T: EventToken>(pub(crate) EventContext<T>); struct164 impl<T: EventToken> WaitContext<T> { impl229 impl<T: EventToken> AsRawDescriptor for WaitContext<T> { implementation
182 #### Linux Platform Limitations
44 impl<T: EventToken> WaitContextExt for WaitContext<T> { implementation
278 wait_ctx: WaitContext, in new()