/bionic/libc/upstream-netbsd/libc/gen/ |
nice.c | 64 if (setpriority(PRIO_PROCESS, 0, prio + incr) == -1) {
|
/external/chromium/base/ |
process_linux.cc | 113 setpriority( 126 int result = setpriority(PRIO_PROCESS, process_, saved_priority_);
|
/frameworks/base/cmds/bootanimation/ |
bootanimation_main.cpp | 42 setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_DISPLAY);
|
/frameworks/native/services/surfaceflinger/ |
main_surfaceflinger.cpp | 43 setpriority(PRIO_PROCESS, 0, PRIORITY_URGENT_DISPLAY);
|
/art/runtime/ |
thread_android.cc | 64 if (setpriority(PRIO_PROCESS, tid, newNice) != 0) { 65 PLOG(INFO) << *this << " setPriority(PRIO_PROCESS, " << tid << ", " << newNice << ") failed";
|
/external/bluetooth/bluedroid/utils/src/ |
bt_utils.c | 135 if (setpriority(PRIO_PROCESS, tid, ANDROID_PRIORITY_AUDIO) < 0) {
|
/external/chromium_org/base/threading/ |
platform_thread_android.cc | 68 // setpriority(2) will set a thread's priority if it is passed a tid as 74 if (setpriority(PRIO_PROCESS, handle.id_, kNiceSetting))
|
platform_thread_linux.cc | 83 // setpriority(2) will set a thread's priority if it is passed a tid as 89 if (setpriority(PRIO_PROCESS, handle.id_, kNiceSetting)) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
resource.h | 98 extern int setpriority (__priority_which_t __which, id_t __who, int __prio)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
resource.h | 98 extern int setpriority (__priority_which_t __which, id_t __who, int __prio)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
resource.h | 98 extern int setpriority (__priority_which_t __which, id_t __who, int __prio)
|
/system/core/toolbox/ |
renice.c | 151 ret = setpriority(PRIO_PROCESS, pid, prio); 153 perror("setpriority");
|
/external/chromium_org/base/process/ |
process_linux.cc | 106 int result = setpriority(PRIO_PROCESS, process_, priority);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_vsync.cpp | 59 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY +
|
hwc_uevents.cpp | 186 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY);
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_vsync.cpp | 59 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY +
|
hwc_uevents.cpp | 186 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY);
|
/external/libpcap/lbl/ |
os-sunos4.h | 146 int setpriority(int, int, int);
|
/external/tcpdump/lbl/ |
os-sunos4.h | 146 int setpriority(int, int, int);
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_uevents.cpp | 191 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY);
|
hwc_vsync.cpp | 57 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY +
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDec_CompThread.c | 114 setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_AUDIO);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Dec_CompThread.c | 113 setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_AUDIO);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDec_ComponentThread.c | 98 setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_AUDIO);
|
/system/extras/tests/memtest/ |
bandwidth.cpp | 234 if (setpriority(PRIO_PROCESS, 0, -20)) { 385 if (setpriority(PRIO_PROCESS, 0, -20)) {
|