Merge "Documentation: changed tid parameter description for getThreadPriority()" am: 663b02dd28 am: 6f0adbfaea

am: fd88d146b4

Change-Id: Iab127e59a59c959e9cd100dff68f415415b0bcce
This commit is contained in:
Alessio Balsini
2017-06-19 12:04:37 +00:00
committed by android-build-merger

View File

@@ -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