/external/strace/tests/ |
D | prctl-name.c | 37 #if defined HAVE_PRCTL && defined PR_GET_NAME && defined PR_SET_NAME 52 rc = prctl(PR_SET_NAME, NULL); in main() 56 rc = prctl(PR_SET_NAME, name + len - i); in main() 69 rc = prctl(PR_SET_NAME, name + len - i); in main()
|
/external/strace/tests-m32/ |
D | prctl-name.c | 37 #if defined HAVE_PRCTL && defined PR_GET_NAME && defined PR_SET_NAME 52 rc = prctl(PR_SET_NAME, NULL); in main() 56 rc = prctl(PR_SET_NAME, name + len - i); in main() 69 rc = prctl(PR_SET_NAME, name + len - i); in main()
|
/external/strace/tests-mx32/ |
D | prctl-name.c | 37 #if defined HAVE_PRCTL && defined PR_GET_NAME && defined PR_SET_NAME 52 rc = prctl(PR_SET_NAME, NULL); in main() 56 rc = prctl(PR_SET_NAME, name + len - i); in main() 69 rc = prctl(PR_SET_NAME, name + len - i); in main()
|
/external/strace/xlat/ |
D | prctl_options.h | 44 #if !(defined(PR_SET_NAME) || (defined(HAVE_DECL_PR_SET_NAME) && HAVE_DECL_PR_SET_NAME)) 45 # define PR_SET_NAME 15 macro 166 XLAT(PR_SET_NAME),
|
D | prctl_options.in | 15 PR_SET_NAME 15
|
/external/autotest/client/site_tests/kernel_PerfEventRename/src/ |
D | perf-rename-test.c | 36 if (prctl(PR_SET_NAME, name) < 0) { in main()
|
/external/libchrome/base/threading/ |
D | platform_thread_linux.cc | 86 int err = prctl(PR_SET_NAME, name.c_str()); in SetName()
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 53 #define PR_SET_NAME 15 /* Set process name */ macro
|
/external/drm_hwcomposer/ |
D | worker.cpp | 81 prctl(PR_SET_NAME, name_.c_str()); in InternalRoutine()
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 55 #define PR_SET_NAME 15 /* Set process name */ macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux_libcdep.cc | 139 #ifdef PR_SET_NAME in SanitizerSetThreadName() 140 return 0 == prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0); // NOLINT in SanitizerSetThreadName()
|
D | sanitizer_common_interceptors.inc | 910 static const int PR_SET_NAME = 15; 912 if (option == PR_SET_NAME) {
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 944 #ifdef PR_SET_NAME 945 { "PR_SET_NAME", (unsigned long) PR_SET_NAME },
|
/external/webrtc/webrtc/base/ |
D | platform_thread.cc | 73 prctl(PR_SET_NAME, reinterpret_cast<unsigned long>(name)); in SetCurrentThreadName()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 154 .CASES((PR_GET_NAME, PR_SET_NAME, PR_GET_DUMPABLE, PR_SET_DUMPABLE in RestrictPrctl()
|
/external/v8/src/base/platform/ |
D | platform-posix.cc | 589 #elif defined(PR_SET_NAME) in SetThreadName() 590 prctl(PR_SET_NAME, in SetThreadName()
|
/external/strace/ |
D | prctl.c | 242 case PR_SET_NAME: in SYS_FUNC()
|
D | ChangeLog | 8682 tests: check decoding of prctl PR_GET_NAME/PR_SET_NAME operations. 8689 prctl: fix printing of PR_SET_NAME's argument. 8691 instead of printstr to print the argument of PR_SET_NAME and PR_GET_NAME
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_test.cc | 862 #if defined(__linux__) && defined(PR_SET_NAME) in TryToSetThreadName() 863 return 0 == prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0); in TryToSetThreadName()
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 782 SY(__NR_prctl, x0 + PR_SET_NAME, buf16); SUCC; in main() 787 SY(__NR_prctl, x0 + PR_SET_NAME, buf17); SUCC; in main()
|
/external/minijail/ |
D | libminijail.c | 2348 prctl(PR_SET_NAME, "minijail-init"); in minijail_run_internal()
|
/external/valgrind/ |
D | NEWS | 234 379039 syscall wrapper for prctl(PR_SET_NAME) must not check more than 16 bytes
|