Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 163d3a1e authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Refine documentation for Process.setThreadPriority" am: fd198599 am: 32593a60

Change-Id: Ia3a5995f2687d7727e6927ea842d9aafe34085f1
parents 3783516b 32593a60
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -741,7 +741,8 @@ public class Process {
    /**
     * Set the priority of a thread, based on Linux priorities.
     *
     * @param tid The identifier of the thread/process to change.
     * @param tid The identifier of the thread/process to change. It should be
     * the native thread id but not the managed id of {@link java.lang.Thread}.
     * @param priority A Linux priority level, from -20 for highest scheduling
     * priority to 19 for lowest scheduling priority.
     *