Home
last modified time | relevance | path

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

12

/third_party/libunwind/src/
Dos-freebsd.c63 mib[1] = KERN_PROC; in get_pid_by_tid()
102 mib[1] = KERN_PROC; in tdep_get_elf_image()
157 mib[1] = KERN_PROC; in tdep_get_exe_image_path()
/third_party/node/deps/uv/src/unix/
Dfreebsd.c68 mib[1] = KERN_PROC; in uv_exepath()
139 mib[1] = KERN_PROC; in uv_resident_set_memory()
Dopenbsd.c149 mib[1] = KERN_PROC; in uv_resident_set_memory()
/third_party/libuv/src/unix/
Dfreebsd.c68 mib[1] = KERN_PROC; in uv_exepath()
139 mib[1] = KERN_PROC; in uv_resident_set_memory()
Dopenbsd.c149 mib[1] = KERN_PROC; in uv_resident_set_memory()
/third_party/node/deps/v8/src/base/platform/
Dplatform-freebsd.cc52 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_VMMAP, getpid()}; in GetSharedLibraryAddresses()
/third_party/gn/src/util/
Dexe_path.cc63 int mib[] = {CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1}; in GetExePath()
/third_party/libunwind/tests/
Dcrasher.c59 mib[1] = KERN_PROC; in write_maps()
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc146 #undef KERN_PROC
147 #define KERN_PROC KERN_PROC2 macro
164 KERN_PROC, in GetThreadCount()
187 KERN_PROC, in GetThreadCount()
/third_party/node/deps/googletest/src/
Dgtest-port.cc144 #undef KERN_PROC
145 #define KERN_PROC KERN_PROC2
162 KERN_PROC,
185 KERN_PROC,
/third_party/googletest/googletest/src/
Dgtest-port.cc138 #undef KERN_PROC
139 #define KERN_PROC KERN_PROC2
156 KERN_PROC,
179 KERN_PROC,
/third_party/mesa3d/src/util/
Du_process.c211 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; in util_get_process_exec_path()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DDebug.cpp79 KERN_PROC, in IsUnderDebugger()
/third_party/pulseaudio/src/pulse/
Dutil.c248 int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; in pa_get_binary_name()
/third_party/vulkan-loader/loader/
Dvk_loader_platform.h272 KERN_PROC, in loader_platform_executable_path()
/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.txt380 KERN_PROC
Dnetbsd.txt546 KERN_PROC
Ddragonfly.txt533 KERN_PROC
Dfreebsd.txt609 KERN_PROC
Dapple.txt743 KERN_PROC
/third_party/vulkan-loader/tests/framework/
Dtest_util.h925 KERN_PROC, in test_platform_executable_path()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs954 pub const KERN_PROC: ::c_int = 14; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1424 pub const KERN_PROC: ::c_int = 66; constant
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc10475 #undef KERN_PROC
10476 #define KERN_PROC KERN_PROC2 macro
10493 KERN_PROC, in GetThreadCount()
10516 KERN_PROC, in GetThreadCount()

12