Searched refs:PRIO_PROCESS (Results 1 – 8 of 8) sorted by relevance
/external/strace/xlat/ |
D | priorities.h | 4 #if defined(PRIO_PROCESS) || (defined(HAVE_DECL_PRIO_PROCESS) && HAVE_DECL_PRIO_PROCESS) 5 XLAT(PRIO_PROCESS),
|
D | priorities.in | 1 PRIO_PROCESS
|
/external/toybox/toys/posix/ |
D | renice.c | 25 ((toys.optflags & FLAG_u) ? PRIO_USER : PRIO_PROCESS);
|
/external/kernel-headers/original/uapi/linux/ |
D | resource.h | 57 #define PRIO_PROCESS 0 macro
|
/external/drm_hwcomposer/ |
D | worker.cpp | 147 setpriority(PRIO_PROCESS, 0, worker->priority_); in InternalRoutine()
|
D | glworker.cpp | 840 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY); in StartRoutine()
|
/external/tcpdump/ |
D | tcpdump.c | 1760 setpriority(PRIO_PROCESS, 0, NZERO - 1); in compress_savefile() 1762 setpriority(PRIO_PROCESS, 0, 19); in compress_savefile()
|
/external/ppp/pppd/ |
D | main.c | 1899 if (setpriority (PRIO_PROCESS, 0, 0) < 0)
|