Searched refs:UContext (Results 1 – 2 of 2) sorted by relevance
11 pub struct UContext { struct15 impl UContext { impl17 pub fn get() -> Result<UContext> { in get()21 UContext { context: context.assume_init()} in get()
907 - Added accessors `sigmask_mut` and `sigmask` to `UContext` in980 - Added new module `::nix::ucontext` with struct `UContext`. Currently for