Searched defs:Overlapped (Results 1 – 4 of 4) sorted by relevance
11 pub(crate) struct Overlapped { struct12 inner: UnsafeCell<miow::Overlapped>, argument17 impl Overlapped { implementation18 pub(crate) fn new(cb: fn(&OVERLAPPED_ENTRY, Option<&mut Vec<Event>>)) -> Overlapped { in new()30 impl fmt::Debug for Overlapped { implementation36 unsafe impl Send for Overlapped {} implementation37 unsafe impl Sync for Overlapped {} implementation
35 typedef struct Overlapped struct46 } Overlapped; argument
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