Update thread_get_priority description comment to be more specific w/ S
This commit is contained in:
@@ -406,7 +406,7 @@ thread_set_priority (int new_base_priority)
|
||||
thread_yield ();
|
||||
}
|
||||
|
||||
/* Returns the current thread's priority. */
|
||||
/* Returns the current thread's effective priority. */
|
||||
int
|
||||
thread_get_priority (void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user