Searched defs:Overlapped (Results 1 – 3 of 3) sorted by relevance
11 pub(crate) struct Overlapped { struct12 inner: UnsafeCell<miow::Overlapped>, argument17 impl Overlapped { impl18 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
193 OVERLAPPED *Overlapped = NULL; in overlapped_GetQueuedCompletionStatus() local229 OVERLAPPED *Overlapped; in overlapped_PostQueuedCompletionStatus() local253 LPOVERLAPPED Overlapped; member