Searched defs:Overlapped (Results 1 – 5 of 5) sorted by relevance
9 pub(crate) struct Overlapped { struct15 impl Overlapped { impl16 pub(crate) fn new(cb: fn(&OVERLAPPED_ENTRY, Option<&mut Vec<Event>>)) -> Overlapped { in new()28 impl fmt::Debug for Overlapped { implementation34 unsafe impl Send for Overlapped {} implementation35 unsafe impl Sync for Overlapped {} implementation
35 typedef struct Overlapped struct46 } Overlapped; typedef
247 OVERLAPPED *Overlapped = NULL; in _overlapped_GetQueuedCompletionStatus_impl() local284 OVERLAPPED *Overlapped) in _overlapped_PostQueuedCompletionStatus_impl()305 LPOVERLAPPED Overlapped; member334 OVERLAPPED *Overlapped, in _overlapped_RegisterWaitWithQueue_impl()
95 OVERLAPPED *Overlapped; in _overlapped_PostQueuedCompletionStatus() local129 OVERLAPPED *Overlapped; in _overlapped_RegisterWaitWithQueue() local
30 Overlapped(OverlappedSource<F>), enumerator