PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
Data Fields | |
int64_t | start_time |
int | tick_count |
int | nice |
Definition at line 56 of file mlfqs-fair.c.
int thread_info::nice |
Definition at line 60 of file mlfqs-fair.c.
Referenced by load_thread(), and test_mlfqs_fair().
int64_t thread_info::start_time |
Definition at line 58 of file mlfqs-fair.c.
Referenced by load_thread(), and test_mlfqs_fair().
int thread_info::tick_count |
Definition at line 59 of file mlfqs-fair.c.
Referenced by load_thread(), and test_mlfqs_fair().