#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_load_1 (void) |
| void test_mlfqs_load_1 | ( | void | ) |
Definition at line 18 of file mlfqs-load-1.c.
References ASSERT, fail(), msg(), pass(), start_time, test_mlfqs_load_1, thread_get_load_avg(), thread_mlfqs, timer_elapsed(), TIMER_FREQ, timer_sleep(), and timer_ticks().
1.5.6