| CS318 - Pintos
    Pintos source browser for JHU CS318 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().
 1.8.16
 1.8.16