CS318 - Pintos
Pintos source browser for JHU CS318 course
|
Go to the documentation of this file. 1 #ifndef TESTS_THREADS_TESTS_H
2 #define TESTS_THREADS_TESTS_H
36 void msg (
const char *, ...);
37 void fail (
const char *, ...);
test_func test_mlfqs_load_1
test_func test_mlfqs_fair_2
test_func test_priority_donate_chain
test_func test_priority_donate_sema
test_func test_priority_change
test_func test_alarm_single
test_func test_priority_donate_lower
test_func test_alarm_negative
test_func test_mlfqs_nice_10
void run_test(const char *)
Runs the test named NAME.
test_func test_alarm_zero
test_func test_mlfqs_load_avg
test_func test_priority_donate_nest
test_func test_priority_condvar
test_func test_priority_donate_multiple2
test_func test_alarm_simultaneous
test_func test_mlfqs_block
void fail(const char *,...)
Prints failure message FORMAT as if with printf(), prefixing the output by the name of the test and F...
void pass(void)
tests/threads/tests.h
test_func test_mlfqs_load_60
test_func test_priority_fifo
test_func test_mlfqs_fair_20
test_func test_mlfqs_recent_1
test_func test_priority_preempt
test_func test_alarm_priority
test_func test_priority_donate_multiple
test_func test_priority_sema
test_func test_priority_donate_one
void msg(const char *,...)
Prints FORMAT as if with printf(), prefixing the output by the name of the test and following it with...
test_func test_alarm_multiple
test_func test_mlfqs_nice_2