Update thread make priority_more public
This commit is contained in:
@@ -131,6 +131,8 @@ void thread_yield (void);
|
||||
typedef void thread_action_func (struct thread *t, void *aux);
|
||||
void thread_foreach (thread_action_func *, void *);
|
||||
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user