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

Commit 1d9bba2a authored by Alessio Balsini's avatar Alessio Balsini Committed by android-build-merger
Browse files

Merge "Documentation: changed tid parameter description for...

Merge "Documentation: changed tid parameter description for getThreadPriority()" am: 663b02dd am: 6f0adbfa am: fd88d146
am: 537782f3

Change-Id: I38896f0929aabf60444882a79cda6ae8290763f3
parents 0fdea11f 537782f3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -773,7 +773,8 @@ public class Process {
    /**
     * Return the current 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. If tid equals zero, the priority of the
     * calling process/thread will be returned.
     * 
     * @return Returns the current priority, as a Linux priority level,
     * from -20 for highest scheduling priority to 19 for lowest scheduling