Home
last modified time | relevance | path

Searched refs:setoptions (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/nix/test/sys/
H A Dtest_wait.rs170 ptrace::setoptions( in ptrace_wait_parent()
174 .expect("setoptions failed"); in ptrace_wait_parent()
205 ptrace::setoptions( in ptrace_waitid_parent()
H A Dtest_ptrace.rs34 let err = ptrace::setoptions(getpid(), Options::PTRACE_O_TRACESYSGOOD) in test_ptrace_setoptions()
179 // ptrace::{setoptions, getregs} are only available in these platforms
218 ptrace::setoptions(child, ptrace::Options::PTRACE_O_TRACESYSGOOD) in test_ptrace_syscall()
/third_party/rust/crates/nix/src/sys/ptrace/
H A Dlinux.rs279 pub fn setoptions(pid: Pid, options: Options) -> Result<()> { in setoptions() functions

Completed in 2 milliseconds