C# Class SharpOS.Kernel.ADC.Dispatcher

Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode 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 méthode

public static Dispatch ( void currentStack ) : Thread
currentStack void
Résultat Thread

Schedule() public static méthode

public static Schedule ( Thread thread ) : bool
thread Thread
Résultat bool

Setup() public static méthode

public static Setup ( IScheduler _scheduler ) : void
_scheduler IScheduler
Résultat void

Start() public static méthode

public static Start ( ) : void
Résultat void

Unschedule() public static méthode

public static Unschedule ( Thread thread ) : bool
thread Thread
Résultat bool

Yield() public static méthode

public static Yield ( ) : void
Résultat void