Home
last modified time | relevance | path

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

/external/strace/xlat/
Dprctl_options.h64 #if !(defined(PR_GET_NAME) || (defined(HAVE_DECL_PR_GET_NAME) && HAVE_DECL_PR_GET_NAME))
65 # define PR_GET_NAME 16 macro
67 XLAT(PR_GET_NAME),
Dprctl_options.in16 PR_GET_NAME 16
/external/strace/
Dprctl.c49 case PR_GET_NAME: in prctl_enter()
206 case PR_GET_NAME: in prctl_exit()
/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.cc148 #ifdef PR_GET_NAME in SanitizerGetThreadName()
150 if (prctl(PR_GET_NAME, (unsigned long)buff, 0, 0, 0)) // NOLINT in SanitizerGetThreadName()