Searched refs:PR_SET_NAME (Results 1 – 13 of 13) sorted by relevance
/external/strace/xlat/ |
D | prctl_options.h | 60 #if !(defined(PR_SET_NAME) || (defined(HAVE_DECL_PR_SET_NAME) && HAVE_DECL_PR_SET_NAME)) 61 # define PR_SET_NAME 15 macro 63 XLAT(PR_SET_NAME),
|
D | prctl_options.in | 15 PR_SET_NAME 15
|
/external/linux-tools-perf/src/tools/perf/tests/ |
D | keep-tracking.c | 108 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking() 130 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking()
|
D | perf-time-to-tsc.c | 109 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0)); in test__perf_time_to_tsc() 114 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc()
|
/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 | 140 #ifdef PR_SET_NAME in SanitizerSetThreadName() 141 return 0 == prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0); // NOLINT in SanitizerSetThreadName()
|
D | sanitizer_common_interceptors.inc | 566 static const int PR_SET_NAME = 15; 568 if (option == PR_SET_NAME) {
|
/external/v8/src/base/platform/ |
D | platform-posix.cc | 496 #elif defined(PR_SET_NAME) in SetThreadName() 497 prctl(PR_SET_NAME, in SetThreadName()
|
/external/webrtc/src/system_wrappers/source/ |
D | thread_posix.cc | 347 prctl(PR_SET_NAME, (unsigned long)_name, 0, 0, 0); in Run()
|
/external/strace/ |
D | prctl.c | 92 case PR_SET_NAME: in prctl_enter()
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_test.cc | 861 #if defined(__linux__) && defined(PR_SET_NAME) in TryToSetThreadName() 862 return 0 == prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0); in TryToSetThreadName()
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-sched.c | 26 #define PR_SET_NAME 15 /* Set process name */ macro 475 prctl(PR_SET_NAME, comm2); in thread_func()
|
/external/linux-tools-perf/src/tools/perf/bench/ |
D | numa.c | 307 prctl(PR_SET_NAME, name); \
|