C# 클래스 schedule2.Program

파일 보기 프로젝트 열기: lukesandberg/PexFaultLocalization

공개 프로퍼티들

프로퍼티 타입 설명
prio_queue LinkedList[]

공개 메소드들

메소드 설명
block ( ) : int
enqueue ( int prio, Process new_process ) : int
finish ( ) : int
flush ( ) : int
getCurrent ( ) : Process
get_process ( int prio, float ratio, Process &job ) : int
new_job ( int prio ) : int
put_end ( int prio, Process process ) : int
quantum_expire ( ) : int
readFile ( string path ) : ArrayList
reschedule ( int prio ) : int
schedule ( int command, int prio, float ratio ) : int
unblock ( float ratio ) : int
upgrade_prio ( int prio, float ratio ) : int

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

block() 공개 정적인 메소드

public static block ( ) : int
리턴 int

enqueue() 공개 정적인 메소드

public static enqueue ( int prio, Process new_process ) : int
prio int
new_process Process
리턴 int

finish() 공개 정적인 메소드

public static finish ( ) : int
리턴 int

flush() 공개 정적인 메소드

public static flush ( ) : int
리턴 int

getCurrent() 공개 정적인 메소드

public static getCurrent ( ) : Process
리턴 Process

get_process() 공개 정적인 메소드

public static get_process ( int prio, float ratio, Process &job ) : int
prio int
ratio float
job Process
리턴 int

new_job() 공개 정적인 메소드

public static new_job ( int prio ) : int
prio int
리턴 int

put_end() 공개 정적인 메소드

public static put_end ( int prio, Process process ) : int
prio int
process Process
리턴 int

quantum_expire() 공개 정적인 메소드

public static quantum_expire ( ) : int
리턴 int

readFile() 공개 정적인 메소드

public static readFile ( string path ) : ArrayList
path string
리턴 System.Collections.ArrayList

reschedule() 공개 정적인 메소드

public static reschedule ( int prio ) : int
prio int
리턴 int

schedule() 공개 정적인 메소드

public static schedule ( int command, int prio, float ratio ) : int
command int
prio int
ratio float
리턴 int

unblock() 공개 정적인 메소드

public static unblock ( float ratio ) : int
ratio float
리턴 int

upgrade_prio() 공개 정적인 메소드

public static upgrade_prio ( int prio, float ratio ) : int
prio int
ratio float
리턴 int

프로퍼티 상세

prio_queue 공개적으로 정적으로 프로퍼티

public static LinkedList[] prio_queue
리턴 LinkedList[]