Property | Type | Description | |
---|---|---|---|
prio_queue | LinkedList |
Method | Description | |
---|---|---|
addProcess ( int prio ) : void | ||
append_ele ( LinkedList |
||
block_process ( ) : void | ||
del_ele ( LinkedList |
||
find_nth ( LinkedList |
||
finish_all_processes ( ) : void | ||
finish_process ( ) : void | ||
init_prio_queue ( int prio, int num_proc ) : void | ||
initialize ( ) : void | ||
new_list ( ) : LinkedList |
||
new_process ( int prio ) : |
||
quantum_expire ( ) : void | ||
readFile ( string path ) : |
||
schedule ( ) : void | ||
unblock_process ( float ratio ) : void | ||
upgrade_process_prio ( int prio, float ratio ) : void |
Method | Description | |
---|---|---|
Main ( string args ) : void |
public static append_ele ( LinkedList |
||
a_list | LinkedList |
|
a_ele | ||
return | LinkedList |
public static del_ele ( LinkedList |
||
d_list | LinkedList |
|
d_ele | LinkedListNode |
|
return | LinkedList |
public static find_nth ( LinkedList |
||
f_list | LinkedList |
|
n | int | |
return | LinkedListNode |
public static finish_all_processes ( ) : void | ||
return | void |
public static init_prio_queue ( int prio, int num_proc ) : void | ||
prio | int | |
num_proc | int | |
return | void |
public static readFile ( string path ) : |
||
path | string | |
return |
public static unblock_process ( float ratio ) : void | ||
ratio | float | |
return | void |
public static upgrade_process_prio ( int prio, float ratio ) : void | ||
prio | int | |
ratio | float | |
return | void |