Home
last modified time | relevance | path

Searched refs:PRIO_PROCESS (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dpriorities.h4 #if defined(PRIO_PROCESS) || (defined(HAVE_DECL_PRIO_PROCESS) && HAVE_DECL_PRIO_PROCESS)
5 XLAT(PRIO_PROCESS),
Dpriorities.in1 PRIO_PROCESS
/external/toybox/toys/posix/
Drenice.c25 ((toys.optflags & FLAG_u) ? PRIO_USER : PRIO_PROCESS);
/external/kernel-headers/original/uapi/linux/
Dresource.h57 #define PRIO_PROCESS 0 macro
/external/drm_hwcomposer/
Dworker.cpp147 setpriority(PRIO_PROCESS, 0, worker->priority_); in InternalRoutine()
Dglworker.cpp840 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY); in StartRoutine()
/external/tcpdump/
Dtcpdump.c1760 setpriority(PRIO_PROCESS, 0, NZERO - 1); in compress_savefile()
1762 setpriority(PRIO_PROCESS, 0, 19); in compress_savefile()
/external/ppp/pppd/
Dmain.c1899 if (setpriority (PRIO_PROCESS, 0, 0) < 0)