#include <stdio.h>#include "tests/threads/tests.h"#include "threads/init.h"#include "threads/malloc.h"#include "threads/synch.h"#include "threads/thread.h"#include "devices/timer.h"Go to the source code of this file.
Functions | |
| void | test_mlfqs_recent_1 (void) |
| void test_mlfqs_recent_1 | ( | void | ) |
Definition at line 110 of file mlfqs-recent-1.c.
References ASSERT, DIV_ROUND_UP, msg(), start_time, test_mlfqs_recent_1, thread_get_load_avg(), thread_get_recent_cpu(), thread_mlfqs, timer_elapsed(), TIMER_FREQ, timer_sleep(), and timer_ticks().
1.5.6