Home
last modified time | relevance | path

Searched defs:Overlapped (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/mio/src/sys/windows/
Doverlapped.rs11 pub(crate) struct Overlapped { struct
12 inner: UnsafeCell<miow::Overlapped>, argument
17 impl Overlapped { impl
18 pub(crate) fn new(cb: fn(&OVERLAPPED_ENTRY, Option<&mut Vec<Event>>)) -> Overlapped { in new()
30 impl fmt::Debug for Overlapped { implementation
36 unsafe impl Send for Overlapped {} implementation
37 unsafe impl Sync for Overlapped {} implementation
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.h35 typedef struct Overlapped struct
46 } Overlapped; argument
/external/python/cpython3/Modules/
Doverlapped.c193 OVERLAPPED *Overlapped = NULL; in overlapped_GetQueuedCompletionStatus() local
229 OVERLAPPED *Overlapped; in overlapped_PostQueuedCompletionStatus() local
253 LPOVERLAPPED Overlapped; member