Home
last modified time | relevance | path

Searched refs:PR_SET_NAME (Results 1 – 13 of 13) sorted by relevance

/external/strace/xlat/
Dprctl_options.h60 #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),
Dprctl_options.in15 PR_SET_NAME 15
/external/linux-tools-perf/src/tools/perf/tests/
Dkeep-tracking.c108 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()
Dperf-time-to-tsc.c109 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/
Dprctl.h55 #define PR_SET_NAME 15 /* Set process name */ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc140 #ifdef PR_SET_NAME in SanitizerSetThreadName()
141 return 0 == prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0); // NOLINT in SanitizerSetThreadName()
Dsanitizer_common_interceptors.inc566 static const int PR_SET_NAME = 15;
568 if (option == PR_SET_NAME) {
/external/v8/src/base/platform/
Dplatform-posix.cc496 #elif defined(PR_SET_NAME) in SetThreadName()
497 prctl(PR_SET_NAME, in SetThreadName()
/external/webrtc/src/system_wrappers/source/
Dthread_posix.cc347 prctl(PR_SET_NAME, (unsigned long)_name, 0, 0, 0); in Run()
/external/strace/
Dprctl.c92 case PR_SET_NAME: in prctl_enter()
/external/compiler-rt/lib/asan/tests/
Dasan_test.cc861 #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/
Dbuiltin-sched.c26 #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/
Dnuma.c307 prctl(PR_SET_NAME, name); \