Home
last modified time | relevance | path

Searched defs:OVERLAPPED (Results 1 – 10 of 10) sorted by relevance

/external/crosvm/base/src/sys/windows/
Dread_write_wrappers.rs29 overlapped: Option<&mut OVERLAPPED>, in write_file()
72 overlapped: Option<&mut OVERLAPPED>, in read_file()
108 fn set_overlapped_offset(overlapped: &mut OVERLAPPED, offset: u64) { in set_overlapped_offset()
118 pub fn create_overlapped(offset: Option<u64>, event: Option<RawDescriptor>) -> OVERLAPPED { in create_overlapped()
Dnamed_pipes.rs581 overlapped: Option<&mut OVERLAPPED>, in read_internal()
744 overlapped: Option<&mut OVERLAPPED>, in write_internal()
/external/rust/crates/mio/src/sys/windows/
Doverlapped.rs23 pub(crate) fn as_ptr(&self) -> *const OVERLAPPED { in as_ptr()
Diocp.rs214 pub fn overlapped(&self) -> *mut OVERLAPPED { in overlapped()
Dnamed_pipe.rs189 overlapped: *mut OVERLAPPED, in read_overlapped()
249 overlapped: *mut OVERLAPPED, in write_overlapped()
/external/crosvm/cros_async/src/sys/windows/
Doverlapped_source.rs119 overlapped: &mut OVERLAPPED, in read()
135 overlapped: &mut OVERLAPPED, in write()
Dhandle_executor.rs300 pub fn get_overlapped(&mut self) -> &mut OVERLAPPED { in get_overlapped()
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dwin32.py60 OVERLAPPED = _OVERLAPPED variable
/external/python/pyserial/serial/
Dwin32.py75 OVERLAPPED = _OVERLAPPED variable
/external/cronet/base/win/
Dwindows_types.h90 typedef struct _OVERLAPPED OVERLAPPED; typedef