Home
last modified time | relevance | path

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

/device/google/marlin/dataservices/datatop/src/
Ddatatop.c167 rc = setpriority(PRIO_PROCESS, pid, niceness); in dtop_set_niceness()
171 rc = getpriority(PRIO_PROCESS, pid); in dtop_set_niceness()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dresource.h46 #define PRIO_PROCESS 0 macro
/device/generic/goldfish/hwcomposer/
Dhwcomposer.cpp227 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY); in hwc_vsync_thread()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c1122 value = getpriority(PRIO_PROCESS, 0); in edk2_nice()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c1176 value = getpriority(PRIO_PROCESS, 0); in posix_nice()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c2564 value = getpriority(PRIO_PROCESS, 0); in posix_nice()