Update releasing of locks to update donation information w/ S

This commit is contained in:
Themis Demetriades
2024-10-20 20:17:27 +01:00
parent ee0cf632b9
commit 8e20884a23
3 changed files with 20 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ bool priority_more (const struct list_elem *a_, const struct list_elem *b_,
void *aux UNUSED);
int thread_get_priority (void);
void thread_set_priority (int);
void thread_recalculate_priority (void);
int thread_get_nice (void);
void thread_set_nice (int);