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

Commit fd198599 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Refine documentation for Process.setThreadPriority"

parents ded6a9e5 c3648a82
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
@@ -741,7 +741,8 @@ public class Process {
    /**
    /**
     * Set the priority of a thread, based on Linux priorities.
     * 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
     * @param priority A Linux priority level, from -20 for highest scheduling
     * priority to 19 for lowest scheduling priority.
     * priority to 19 for lowest scheduling priority.
     *
     *