diff options
Diffstat (limited to 'core/java/android/os/Process.java')
| -rw-r--r-- | core/java/android/os/Process.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/os/Process.java b/core/java/android/os/Process.java index d6688e3c00f7..d5e240a8e211 100644 --- a/core/java/android/os/Process.java +++ b/core/java/android/os/Process.java @@ -740,7 +740,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 |
