Searched defs:pid_t (Results 1 – 5 of 5) sorted by relevance
10 fn c_sys_wait4(pid: pid_t, wstatus: *mut c_int, options: c_int, rusage: *mut c_void) -> c_int; in c_sys_wait4()37 pid: pid_t, in wait4()
44 pub fn kill(pid: pid_t, sig: c_int) -> Result<usize, SystemError> { in kill()
70 pid: pid_t, in signal_kill_something_info()85 pid: pid_t, in signal_kill_proc_info()
15 typedef int64_t pid_t; typedef