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
2 changed files with 27 additions and 0 deletions
Showing only changes of commit 9bb0b758c8 - Show all commits

View File

@@ -72,7 +72,7 @@ void thread_schedule_tail (struct thread *prev);
static tid_t allocate_tid (void);
static bool priority_more (const struct list_elem *a_,
const struct list_elem *b_,
void *aux UNUSED)
void *aux UNUSED);
/* Initializes the threading system by transforming the code
that's currently running into a thread. This can't work in