CS318 - Pintos
Pintos source browser for JHU CS318 course
Data Fields
thread_info Struct Reference

Data Fields

int64_t start_time
 
int tick_count
 
int nice
 

Detailed Description

Definition at line 56 of file mlfqs-fair.c.

Field Documentation

◆ nice

int thread_info::nice

Definition at line 60 of file mlfqs-fair.c.

Referenced by load_thread(), and test_mlfqs_fair().

◆ start_time

int64_t thread_info::start_time

Definition at line 58 of file mlfqs-fair.c.

Referenced by load_thread(), and test_mlfqs_fair().

◆ tick_count

int thread_info::tick_count

Definition at line 59 of file mlfqs-fair.c.

Referenced by load_thread(), and test_mlfqs_fair().


The documentation for this struct was generated from the following file: