Home
last modified time | relevance | path

Searched refs:CreateFlags (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Depoll.rs29 //! let epoll = Epoll::new(epoll::CreateFlags::CLOEXEC, epoll::Owning::new())?;
78 pub struct CreateFlags: c::c_uint { structure names
127 /// Use the [`CreateFlags::CLOEXEC`] flag to prevent the resulting file
131 pub fn new(flags: CreateFlags, context: Context) -> io::Result<Self> { in new()
H A Dsyscalls.rs563 pub(crate) fn epoll_create(flags: epoll::CreateFlags) -> io::Result<OwnedFd> {
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs29 //! let epoll = Epoll::new(epoll::CreateFlags::CLOEXEC, epoll::Owning::new())?;
77 pub struct CreateFlags: c::c_int { structure names
127 /// Use the [`CreateFlags::CLOEXEC`] flag to prevent the resulting file
131 pub fn new(flags: CreateFlags, context: Context) -> io::Result<Self> { in new()
/third_party/rust/crates/rustix/tests/io/
H A Depoll.rs33 let epoll = Epoll::new(epoll::CreateFlags::CLOEXEC, epoll::Owning::<OwnedFd>::new()).unwrap(); in server()
/third_party/node/deps/v8/tools/v8windbg/test/
H A Dv8windbg-test.cc164 proc_options.CreateFlags = DEBUG_PROCESS; in RunTests()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dconv.rs375 impl<'a, Num: ArgNumber> From<crate::io::epoll::CreateFlags> for ArgReg<'a, Num> {
377 fn from(flags: crate::io::epoll::CreateFlags) -> Self { in from()

Completed in 4 milliseconds