HomeSort by relevance Sort by last modified time
    Searched refs:setpriority (Results 151 - 175 of 249) sorted by null

1 2 3 4 5 67 8 910

  /system/extras/ANRdaemon/
ANRdaemon.cpp 439 setpriority(PRIO_PROCESS, 0, -20);
441 setpriority(PRIO_PROCESS, 0, 0);
  /system/extras/tests/memtest/
bandwidth.cpp 235 if (setpriority(PRIO_PROCESS, 0, -20)) {
389 if (setpriority(PRIO_PROCESS, 0, -20)) {
  /art/runtime/
thread_pool.cc 70 int result = setpriority(PRIO_PROCESS, pthread_gettid_np(pthread_), priority);
72 PLOG(ERROR) << "Failed to setpriority to :" << priority;
  /device/google/marlin/dataservices/datatop/src/
datatop.c 167 rc = setpriority(PRIO_PROCESS, pid, niceness);
  /external/libchrome/base/threading/
platform_thread_posix.cc 228 // setpriority(2) should change the whole thread group's (i.e. process)
235 if (setpriority(PRIO_PROCESS, 0, nice_setting)) {
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 340 setpriority(PRIO_DARWIN_THREAD, 0, PRIO_DARWIN_BG);
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc6.c 168 if (setpriority(PRIO_PROCESS, 0, 0) < 0)
  /frameworks/native/opengl/tests/finish/
finish.cpp 101 setpriority(PRIO_PROCESS, 0, -20);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_uevents.cpp 319 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY);
hwc_vsync.cpp 107 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY +
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_uevents.cpp 326 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY);
hwc_vsync.cpp 97 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY +
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_vsync.cpp 116 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY +
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_vsync.cpp 116 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY +
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_events.cpp 196 setpriority(PRIO_PROCESS, 0, kThreadPriorityUrgent);
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_events_drm.cpp 218 setpriority(PRIO_PROCESS, 0, kThreadPriorityUrgent);
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_events.cpp 189 setpriority(PRIO_PROCESS, 0, kThreadPriorityUrgent);
  /hardware/qcom/display/sdm845/sdm/libs/core/drm/
hw_events_drm.cpp 236 setpriority(PRIO_PROCESS, 0, kThreadPriorityUrgent);
  /hardware/qcom/display/sdm845/sdm/libs/core/fb/
hw_events.cpp 182 setpriority(PRIO_PROCESS, 0, kThreadPriorityUrgent);
  /system/bt/osi/src/
thread.cc 151 const int rc = setpriority(PRIO_PROCESS, thread->tid, priority);
  /external/strace/
sys_func.h 243 extern SYS_FUNC(setpriority);
  /device/generic/goldfish/hwcomposer/
hwcomposer.cpp 228 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY);
  /external/lz4/programs/
util.h 83 # include <sys/resource.h> /* setpriority */
86 # define SET_HIGH_PRIORITY setpriority(PRIO_PROCESS, 0, -20)
  /external/strace/linux/32/
syscallent.h 148 [140] = { 3, 0, SEN(setpriority), "setpriority" },
  /frameworks/base/libs/hwui/renderthread/
RenderThread.cpp 356 setpriority(PRIO_PROCESS, 0, PRIORITY_DISPLAY);

Completed in 836 milliseconds

1 2 3 4 5 67 8 910