C# 클래스 SharpOS.Kernel.ADC.Dispatcher

파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
Dispatch ( void currentStack ) : Thread
Schedule ( Thread thread ) : bool
Setup ( IScheduler _scheduler ) : void
Start ( ) : void
Unschedule ( Thread thread ) : bool
Yield ( ) : void

메소드 상세

Dispatch() 공개 정적인 메소드

public static Dispatch ( void currentStack ) : Thread
currentStack void
리턴 Thread

Schedule() 공개 정적인 메소드

public static Schedule ( Thread thread ) : bool
thread Thread
리턴 bool

Setup() 공개 정적인 메소드

public static Setup ( IScheduler _scheduler ) : void
_scheduler IScheduler
리턴 void

Start() 공개 정적인 메소드

public static Start ( ) : void
리턴 void

Unschedule() 공개 정적인 메소드

public static Unschedule ( Thread thread ) : bool
thread Thread
리턴 bool

Yield() 공개 정적인 메소드

public static Yield ( ) : void
리턴 void