Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_debugger.cpp52 mib[2] = KERN_PROC_PID; in isDebuggerActive()
/external/libchrome/base/debug/
Ddebugger_posix.cc85 KERN_PROC_PID, in BeingDebugged()
/external/swiftshader/src/Reactor/
DDebug.cpp80 KERN_PROC_PID, in IsUnderDebugger()
/external/swiftshader/src/System/
DDebug.cpp80 KERN_PROC_PID, in IsUnderDebugger()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DThreading.inc171 int ctl[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID | KERN_PROC_INC_THREAD,
/external/mesa3d/src/gtest/src/
Dgtest-port.cc165 KERN_PROC_PID, in GetThreadCount()
188 KERN_PROC_PID | KERN_PROC_SHOW_THREADS, in GetThreadCount()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-port.cc164 KERN_PROC_PID, in GetThreadCount()
187 KERN_PROC_PID | KERN_PROC_SHOW_THREADS, in GetThreadCount()
/external/googletest/googletest/src/
Dgtest-port.cc166 KERN_PROC_PID, in GetThreadCount()
189 KERN_PROC_PID | KERN_PROC_SHOW_THREADS, in GetThreadCount()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs527 pub const KERN_PROC_PID: ::c_int = 1; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs477 pub const KERN_PROC_PID: ::c_int = 1; constant
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1535 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, in WriteMiscInfoStream()
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1208 pub const KERN_PROC_PID: ::c_int = 1; constant
/external/google-breakpad/src/client/ios/
DBreakpad.mm227 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PID, pid};
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm243 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PID, pid};
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1470 pub const KERN_PROC_PID: ::c_int = 1; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2720 pub const KERN_PROC_PID: ::c_int = 1; constant
/external/bcc/tests/cc/
Dcatch.hpp7906 mib[2] = KERN_PROC_PID; in isDebuggerActive()
/external/catch2/single_include/catch2/
Dcatch.hpp8453 mib[2] = KERN_PROC_PID; in isDebuggerActive()