Lines Matching defs:pid_t
29 pub type pid_t = i32;
329 pub l_pid: ::pid_t,
333 pub pid: ::pid_t,
803 pub shm_cpid: ::pid_t,
804 pub shm_lpid: ::pid_t,
818 pub msg_lspid: ::pid_t,
819 pub msg_lrpid: ::pid_t,
3600 pub fn fork() -> pid_t;
3609 pub fn getpgid(pid: pid_t) -> pid_t;
3610 pub fn getpgrp() -> pid_t;
3611 pub fn getpid() -> pid_t;
3612 pub fn getppid() -> pid_t;
3626 pub fn setpgid(pid: pid_t, pgid: pid_t) -> ::c_int;
3627 pub fn setsid() -> pid_t;
3631 pub fn tcgetpgrp(fd: ::c_int) -> pid_t;
3632 pub fn tcsetpgrp(fd: ::c_int, pgrp: ::pid_t) -> ::c_int;
3635 pub fn wait(status: *mut ::c_int) -> pid_t;
3636 pub fn waitpid(pid: pid_t, status: *mut ::c_int, options: ::c_int) -> pid_t;
3644 pub fn kill(pid: pid_t, sig: ::c_int) -> ::c_int;
3816 pub fn getsid(pid: pid_t) -> pid_t;
3843 pub fn tcgetsid(fd: ::c_int) -> ::pid_t;
4095 pub fn sched_getaffinity(pid: ::pid_t, cpusetsize: ::size_t, cpuset: *mut cpu_set_t)
4098 pid: ::pid_t,
4115 pub fn sched_rr_get_interval(pid: ::pid_t, tp: *mut ::timespec) -> ::c_int;
4118 pub fn sched_setparam(pid: ::pid_t, param: *const ::sched_param) -> ::c_int;
4134 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int;
4152 pub fn sched_getscheduler(pid: ::pid_t) -> ::c_int;
4168 pid: ::pid_t,