Home
last modified time | relevance | path

Searched defs:pid_t (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.8/kernel/src/process/
Dsyscall.rs10 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()
/DragonOS-0.1.8/kernel/src/ipc/
Dsyscall.rs44 pub fn kill(pid: pid_t, sig: c_int) -> Result<usize, SystemError> { in kill()
Dsignal.rs70 pid: pid_t, in signal_kill_something_info()
85 pid: pid_t, in signal_kill_proc_info()
/DragonOS-0.1.8/user/libs/libc/src/include/export/sys/
Dtypes.h15 typedef int64_t pid_t; typedef
/DragonOS-0.1.8/kernel/src/common/sys/
Dtypes.h15 typedef int64_t pid_t; typedef