Searched refs:setThreadScheduler (Results 1 – 4 of 4) sorted by relevance
113 Process.setThreadScheduler(tid, Process.SCHED_FIFO | Process.SCHED_RESET_ON_FORK, in requestPriority()
1369 public static final native void setThreadScheduler(int tid, int policy, int priority) in setThreadScheduler() method in Process
132 import static android.os.Process.setThreadScheduler;8291 Process.setThreadScheduler(tid, Process.SCHED_OTHER, 0); in scheduleAsRegularPriority()8315 Process.setThreadScheduler(tid, Process.SCHED_FIFO | Process.SCHED_RESET_ON_FORK, 1); in scheduleAsFifoPriority()8376 setThreadScheduler(proc.getRenderThreadTid(), in setRenderThread()
37673 Landroid/os/Process;->setThreadScheduler(III)V