#include <stdio.h>#include "tests/threads/tests.h"#include "threads/init.h"#include "threads/thread.h"Go to the source code of this file.
Functions | |
| void | test_priority_change (void) | 
| static void | changing_thread (void *aux UNUSED) | 
Variables | |
| static thread_func | changing_thread | 
| static void changing_thread | ( | void *aux | UNUSED | ) |  [static] | 
        
Definition at line 26 of file priority-change.c.
References msg(), PRI_DEFAULT, and thread_set_priority().
| void test_priority_change | ( | void | ) | 
Definition at line 13 of file priority-change.c.
References ASSERT, changing_thread, msg(), NULL, PRI_DEFAULT, test_priority_change, thread_create(), thread_mlfqs, and thread_set_priority().
thread_func changing_thread [static]           | 
        
 1.5.6