Home
last modified time | relevance | path

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

12

/third_party/rust/crates/rustix/src/backend/libc/
Doffset.rs129 pid: c::pid_t, in libc_prlimit()
138 pid: c::pid_t, in libc_prlimit()
147 pid: c::pid_t, in libc_prlimit()
Dconv.rs136 pub(super) fn ret_pid_t(raw: c::pid_t) -> io::Result<c::pid_t> { in ret_pid_t()
/third_party/libunwind/include/win/sys/
Dtypes.h16 typedef int pid_t; typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dsysinfo.h59 using pid_t = uint32_t; variable
/third_party/selinux/libselinux/src/
Dselinuxswig.i19 %typedef unsigned pid_t; typedef
/third_party/rust/crates/libc/src/unix/nto/
Dneutrino.rs529 __pid: ::pid_t, in ConnectAttach()
536 __pid: ::pid_t, in ConnectAttach_r()
555 pub fn ConnectServerInfo(__pid: ::pid_t, __coid: ::c_int, __info: *mut _msg_info64) -> ::c_int; in ConnectServerInfo()
557 __pid: ::pid_t, in ConnectServerInfo_r()
601 __pid: ::pid_t, in ConnectFlags()
607 __pid: ::pid_t, in ConnectFlags_r()
938 __pid: ::pid_t, in SignalKill()
946 __pid: ::pid_t, in SignalKill_r()
954 __pid: ::pid_t, in SignalKillSigval()
962 __pid: ::pid_t, in SignalKillSigval_r()
[all …]
/third_party/rust/crates/linux-raw-sys/gen/include/
Dsupport.h42 #define pid_t __kernel_pid_t macro
/third_party/rust/crates/libc/src/unix/solarish/
Dcompat.rs128 ) -> ::pid_t { in forkpty()
Dillumos.rs79 pid: ::pid_t, in pset_bind_lwp()
/third_party/python/PC/
Dpyconfig.h190 typedef int pid_t; typedef
232 typedef int pid_t; typedef
/third_party/rust/crates/signal-hook/src/low_level/
Dsiginfo.rs14 fn sighook_signal_pid(info: &siginfo_t) -> pid_t; in sighook_signal_pid()
/third_party/rust/crates/libc/src/unix/
Dmod.rs25 pub type pid_t = i32; typedef
901 pub fn getpgid(pid: pid_t) -> pid_t; in getpgid()
921 pub fn setpgid(pid: pid_t, pgid: pid_t) -> ::c_int; in setpgid()
937 pub fn tcgetpgrp(fd: ::c_int) -> pid_t; in tcgetpgrp()
951 pub fn wait(status: *mut ::c_int) -> pid_t; in wait()
956 pub fn waitpid(pid: pid_t, status: *mut ::c_int, options: ::c_int) -> pid_t; in waitpid()
981 pub fn kill(pid: pid_t, sig: ::c_int) -> ::c_int; in kill()
986 pub fn killpg(pgrp: pid_t, sig: ::c_int) -> ::c_int; in killpg()
1381 pub fn tcgetsid(fd: ::c_int) -> ::pid_t; in tcgetsid()
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck.h90 #define pid_t int macro
Dcheck.h.in90 #define pid_t int macro
/third_party/gstreamer/gstreamer/libs/gst/check/
Dinternal-check.h90 #define pid_t int macro
/third_party/musl/include/
Dalltypes.h.in46 TYPEDEF int pid_t; variable
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h294 typedef int pid_t; typedef
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2558 ) -> ::pid_t; in forkpty()
2640 pub fn ptrace(request: ::c_int, pid: ::pid_t, addr: *mut ::c_void, data: ::c_int) -> ::c_int; in ptrace()
2779 pub fn sched_rr_get_interval(pid: ::pid_t, t: *mut ::timespec) -> ::c_int; in sched_rr_get_interval()
2780 pub fn sched_setparam(pid: ::pid_t, param: *const ::sched_param) -> ::c_int; in sched_setparam()
2781 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam()
2784 pid: ::pid_t, in sched_setscheduler()
2798 pid: *mut ::pid_t, in posix_spawn()
2806 pid: *mut ::pid_t, in posix_spawnp()
2838 flags: *mut ::pid_t, in posix_spawnattr_getpgroup()
3049 pub fn kinfo_getvmmap(pid: ::pid_t, cntp: *mut ::size_t) -> *mut kinfo_vmentry; in kinfo_getvmmap()
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs34 pub type pid_t = ::c_int; typedef
124 pub unsafe fn si_pid(&self) -> ::pid_t { in si_pid()
1205 pub fn wait(status: *mut ::c_int) -> pid_t; in wait()
1657 pub fn waitpid(pid: pid_t, status: *mut ::c_int, optons: ::c_int) -> pid_t; in waitpid()
1745 pub fn kill(__pid: pid_t, __signo: ::c_int) -> ::c_int; in kill()
1748 pub fn sigqueue(__pid: pid_t, __signo: ::c_int, __value: ::sigval) -> ::c_int; in sigqueue()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs74 pub unsafe fn si_pid(&self) -> ::pid_t { in si_pid()
1471 pub fn clock_getcpuclockid(pid: ::pid_t, clk_id: *mut ::clockid_t) -> ::c_int; in clock_getcpuclockid()
1629 pub fn ptrace(request: ::c_int, pid: ::pid_t, addr: *mut ::c_char, data: ::c_int) -> ::c_int; in ptrace()
1635 pub fn rtprio(function: ::c_int, pid: ::pid_t, rtp: *mut rtprio) -> ::c_int; in rtprio()
1636 pub fn sched_rr_get_interval(pid: ::pid_t, t: *mut ::timespec) -> ::c_int; in sched_rr_get_interval()
1637 pub fn sched_getparam(pid: ::pid_t, param: *mut sched_param) -> ::c_int; in sched_getparam()
1638 pub fn sched_setparam(pid: ::pid_t, param: *const sched_param) -> ::c_int; in sched_setparam()
1641 pid: ::pid_t, in sched_setscheduler()
1789 ) -> ::pid_t; in forkpty()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h232 typedef int pid_t; typedef
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socketvar.h106 typedef __int32 pid_t; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1624 pid: ::pid_t, in lwp_rtprio()
1644 pub fn sched_getaffinity(pid: ::pid_t, cpusetsize: ::size_t, mask: *mut cpu_set_t) -> ::c_int; in sched_getaffinity()
1645 pub fn sched_setaffinity(pid: ::pid_t, cpusetsize: ::size_t, mask: *const cpu_set_t) in sched_setaffinity()
1662 pub fn sys_checkpoint(tpe: ::c_int, fd: ::c_int, pid: ::pid_t, retval: ::c_int) -> ::c_int; in sys_checkpoint()
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h229 typedef int pid_t; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs726 pid: ::pid_t, in prlimit()
732 pid: ::pid_t, in prlimit64()

12