Home
last modified time | relevance | path

Searched refs:FAKE_PID (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/containers/pidns/
Dpidns06.c50 #define FAKE_PID -1 macro
94 ret = kill(FAKE_PID, SIGKILL); in kill_pid_in_childfun()
/external/rust/crates/gdbstub/src/
Dlib.rs155 const FAKE_PID: common::Pid = unsafe { common::Pid::new_unchecked(1) }; constant
/external/rust/crates/gdbstub/src/gdbstub_impl/
Dmod.rs21 FAKE_PID, SINGLE_THREAD_TID,
683 pid: Some(IdKind::WithID(FAKE_PID)), in handle_base()
697 pid: Some(IdKind::WithID(FAKE_PID)), in handle_base()
875 pid = FAKE_PID; in handle_extended_mode()
1000 pid: Some(IdKind::WithID(FAKE_PID)), in finish_vcont()