Home
last modified time | relevance | path

Searched defs:SigSet (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/nix/src/
Ducontext.rs33 pub fn sigmask_mut(&mut self) -> &mut SigSet { in sigmask_mut()
39 pub fn sigmask(&self) -> &SigSet { in sigmask()
41 &*(&self.context.uc_sigmask as *const libc::sigset_t as *const SigSet) in sigmask() constant
/external/rust/crates/nix/src/sys/
Dsignal.rs407 pub struct SigSet { struct
412 impl SigSet { impl
449 pub fn extend(&mut self, other: &SigSet) { in extend()
480 pub fn thread_swap_mask(&self, how: SigmaskHow) -> Result<SigSet> { in thread_swap_mask()
499 impl AsRef<libc::sigset_t> for SigSet { implementation
575 pub fn mask(&self) -> SigSet { in mask()
696 set: Option<&SigSet>, in do_pthread_sigmask()
730 set: Option<&SigSet>, in pthread_sigmask()
740 pub fn sigprocmask(how: SigmaskHow, set: Option<&SigSet>, oldset: Option<&mut SigSet>) -> Result<()… in sigprocmask()
Dsignalfd.rs50 pub fn signalfd(fd: RawFd, mask: &SigSet, flags: SfdFlags) -> Result<RawFd> { in signalfd()
90 pub fn with_flags(mask: &SigSet, flags: SfdFlags) -> Result<SignalFd> { in with_flags()
Dselect.rs241 S: Into<Option<&'a SigSet>>, in pselect()
/external/compiler-rt/lib/esan/
Dworking_set_posix.cpp118 __sanitizer_sigset_t SigSet; in registerMemoryFaultHandler() local
Desan_sideline_linux.cpp80 __sanitizer_sigset_t SigSet; in runSideline() local