Merge 'task1/priority-donation' into 'master' #14

Merged
sb3923 merged 66 commits from task1/priority-donation into master 2024-10-23 16:15:45 +00:00
4 changed files with 235 additions and 15 deletions
Showing only changes of commit 6983ccdd3b - Show all commits

View File

@@ -406,7 +406,7 @@ thread_set_priority (int new_base_priority)
thread_yield (); thread_yield ();
} }
/* Returns the current thread's priority. */ /* Returns the current thread's effective priority. */
int int
thread_get_priority (void) thread_get_priority (void)
{ {