Home
last modified time | relevance | path

Searched refs:UContext (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/nix/src/
Ducontext.rs11 pub struct UContext { struct
15 impl UContext { impl
17 pub fn get() -> Result<UContext> { in get()
21 UContext { context: context.assume_init()} in get()
/external/rust/crates/nix/
DCHANGELOG.md907 - Added accessors `sigmask_mut` and `sigmask` to `UContext` in
980 - Added new module `::nix::ucontext` with struct `UContext`. Currently for