Home
last modified time | relevance | path

Searched defs:IoVec (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/nix/src/sys/
Duio.rs163 pub struct IoVec<T>(pub(crate) libc::iovec, PhantomData<T>); struct
166 impl<T> IoVec<T> { impl
183 impl<'a> IoVec<&'a [u8]> { implementation
198 impl<'a> IoVec<&'a mut [u8]> { implementation
215 unsafe impl<T> Send for IoVec<T> where T: Send {} implementation
217 unsafe impl<T> Sync for IoVec<T> where T: Sync {} implementation
/external/swiftshader/third_party/subzero/runtime/
Dwasm-runtime.cpp382 struct IoVec { struct
391 WasmArray<IoVec> Iov = VarArgs[1]; in env$$__syscall145() argument