Home
last modified time | relevance | path

Searched refs:PR_GET_NAME (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dprctl_options.h47 #if !(defined(PR_GET_NAME) || (defined(HAVE_DECL_PR_GET_NAME) && HAVE_DECL_PR_GET_NAME))
48 # define PR_GET_NAME 16 macro
164 XLAT(PR_GET_NAME),
Dprctl_options.in16 PR_GET_NAME 16
/external/libcap/libcap/include/uapi/linux/
Dprctl.h54 #define PR_GET_NAME 16 /* Get process name */ macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h56 #define PR_GET_NAME 16 /* Get process name */ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc147 #ifdef PR_GET_NAME in SanitizerGetThreadName()
149 if (prctl(PR_GET_NAME, (unsigned long)buff, 0, 0, 0)) // NOLINT in SanitizerGetThreadName()
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc143 .CASES((PR_GET_NAME, PR_SET_NAME, PR_GET_DUMPABLE, PR_SET_DUMPABLE in RestrictPrctl()
/external/strace/
Dprctl.c99 case PR_GET_NAME: in SYS_FUNC()
/external/webrtc/talk/app/webrtc/java/jni/
Djni_helpers.cc111 if (prctl(PR_GET_NAME, name) != 0) in GetThreadName()