Home
last modified time | relevance | path

Searched refs:KERN_PROC_PID (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DDebug.cpp80 KERN_PROC_PID, in IsUnderDebugger()
/third_party/node/deps/uv/src/unix/
Dopenbsd.c150 mib[2] = KERN_PROC_PID; in uv_resident_set_memory()
Dfreebsd.c140 mib[2] = KERN_PROC_PID; in uv_resident_set_memory()
Dnetbsd.c149 kinfo = kvm_getproc2(kd, KERN_PROC_PID, pid, max_size, &nprocs); in uv_resident_set_memory()
/third_party/libuv/src/unix/
Dfreebsd.c140 mib[2] = KERN_PROC_PID; in uv_resident_set_memory()
Dnetbsd.c149 kinfo = kvm_getproc2(kd, KERN_PROC_PID, pid, max_size, &nprocs); in uv_resident_set_memory()
Dopenbsd.c150 mib[2] = KERN_PROC_PID; in uv_resident_set_memory()
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc165 KERN_PROC_PID, in GetThreadCount()
188 KERN_PROC_PID | KERN_PROC_SHOW_THREADS, in GetThreadCount()
/third_party/node/deps/googletest/src/
Dgtest-port.cc163 KERN_PROC_PID,
186 KERN_PROC_PID | KERN_PROC_SHOW_THREADS,
/third_party/googletest/googletest/src/
Dgtest-port.cc157 KERN_PROC_PID,
180 KERN_PROC_PID | KERN_PROC_SHOW_THREADS,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DThreading.inc181 int ctl[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID | KERN_PROC_INC_THREAD,
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt391 KERN_PROC_PID
Dnetbsd.txt557 KERN_PROC_PID
Ddragonfly.txt541 KERN_PROC_PID
Dfreebsd.txt624 KERN_PROC_PID
Dapple.txt751 KERN_PROC_PID
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs979 pub const KERN_PROC_PID: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1452 pub const KERN_PROC_PID: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2119 pub const KERN_PROC_PID: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2258 pub const KERN_PROC_PID: ::c_int = 1; constant
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc10494 KERN_PROC_PID, in GetThreadCount()
10517 KERN_PROC_PID | KERN_PROC_SHOW_THREADS, in GetThreadCount()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs2158 pub const KERN_PROC_PID: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs4201 pub const KERN_PROC_PID: ::c_int = 1; constant
/third_party/json/tests/thirdparty/doctest/
Ddoctest.h4097 mib[2] = KERN_PROC_PID;
/third_party/libabigail/tests/lib/
Dcatch.hpp10436 mib[2] = KERN_PROC_PID; in isDebuggerActive()