Searched defs:PR_SET_NAME (Results 1 - 3 of 3) sorted by relevance

/external/strace/xlat/
H A 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),
/external/kernel-headers/original/uapi/linux/
H A Dprctl.h55 #define PR_SET_NAME 15 /* Set process name */ macro
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-sched.c26 #define PR_SET_NAME 15 /* Set process name */ macro
475 prctl(PR_SET_NAME, comm2);

Completed in 41 milliseconds