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 174 additions and 10 deletions
Showing only changes of commit afcb12cef0 - Show all commits

View File

@@ -385,7 +385,6 @@ thread_set_priority (int new_base_priority)
if (new_base_priority == old_base_priority)
return;
t->base_priority = new_base_priority;
t->priority = new_base_priority;