Searched refs:PR_GET_NAME (Results 1 – 13 of 13) sorted by relevance
/external/strace/tests/ |
D | prctl-name.c | 37 #if defined HAVE_PRCTL && defined PR_GET_NAME && defined PR_SET_NAME 78 rc = prctl(PR_GET_NAME, NULL); in main() 82 rc = prctl(PR_GET_NAME, name + len - i); in main() 87 rc = prctl(PR_GET_NAME, name); in main()
|
/external/strace/tests-m32/ |
D | prctl-name.c | 37 #if defined HAVE_PRCTL && defined PR_GET_NAME && defined PR_SET_NAME 78 rc = prctl(PR_GET_NAME, NULL); in main() 82 rc = prctl(PR_GET_NAME, name + len - i); in main() 87 rc = prctl(PR_GET_NAME, name); in main()
|
/external/strace/tests-mx32/ |
D | prctl-name.c | 37 #if defined HAVE_PRCTL && defined PR_GET_NAME && defined PR_SET_NAME 78 rc = prctl(PR_GET_NAME, NULL); in main() 82 rc = prctl(PR_GET_NAME, name + len - i); in main() 87 rc = prctl(PR_GET_NAME, name); in main()
|
/external/strace/xlat/ |
D | prctl_options.h | 47 #if !(defined(PR_GET_NAME) || (defined(HAVE_DECL_PR_GET_NAME) && HAVE_DECL_PR_GET_NAME)) 48 # define PR_GET_NAME 16 macro 167 XLAT(PR_GET_NAME),
|
D | prctl_options.in | 16 PR_GET_NAME 16
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 54 #define PR_GET_NAME 16 /* Get process name */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 57 #define PR_GET_NAME 16 /* Get process name */ macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux_libcdep.cc | 147 #ifdef PR_GET_NAME in SanitizerGetThreadName() 149 if (prctl(PR_GET_NAME, (unsigned long)buff, 0, 0, 0)) // NOLINT in SanitizerGetThreadName()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 833 #ifdef PR_GET_NAME 834 { "PR_GET_NAME", (unsigned long) PR_GET_NAME },
|
/external/libchrome/base/trace_event/ |
D | heap_profiler_allocation_context_tracker.cc | 52 int err = prctl(PR_GET_NAME, name); in GetAndLeakThreadName()
|
/external/strace/ |
D | prctl.c | 120 case PR_GET_NAME: in SYS_FUNC()
|
D | ChangeLog | 15764 tests: check decoding of prctl PR_GET_NAME/PR_SET_NAME operations. 15773 instead of printstr to print the argument of PR_SET_NAME and PR_GET_NAME
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | jni_helpers.cc | 111 if (prctl(PR_GET_NAME, name) != 0) in GetThreadName()
|