C# Class SharpOS.Kernel.ADC.Dispatcher

Mostra file Open project: sharpos/SharpOS

Public Methods

Method Description
Dispatch ( void currentStack ) : Thread
Schedule ( Thread thread ) : bool
Setup ( IScheduler _scheduler ) : void
Start ( ) : void
Unschedule ( Thread thread ) : bool
Yield ( ) : void

Method Details

Dispatch() public static method

public static Dispatch ( void currentStack ) : Thread
currentStack void
return Thread

Schedule() public static method

public static Schedule ( Thread thread ) : bool
thread Thread
return bool

Setup() public static method

public static Setup ( IScheduler _scheduler ) : void
_scheduler IScheduler
return void

Start() public static method

public static Start ( ) : void
return void

Unschedule() public static method

public static Unschedule ( Thread thread ) : bool
thread Thread
return bool

Yield() public static method

public static Yield ( ) : void
return void