Home
last modified time | relevance | path

Searched refs:PR_SET_PTRACER (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/
Dtest_common.h33 #ifndef PR_SET_PTRACER
34 #define PR_SET_PTRACER 0x59616d61 macro
44 const int prctl_result = prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); \
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cpp64 #ifndef PR_SET_PTRACER
65 #define PR_SET_PTRACER 0x59616d61 macro
446 internal_prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0); in StopTheWorld()