C# Class SharpOS.Kernel.ADC.X86.ThreadManager

Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode Description
CreateThread ( uint function_address ) : SharpOS.Kernel.ADC.Thread
Setup ( ) : void

Private Methods

Méthode Description
CreateStack ( uint function_address ) : void*

Method Details

CreateThread() public static méthode

public static CreateThread ( uint function_address ) : SharpOS.Kernel.ADC.Thread
function_address uint
Résultat SharpOS.Kernel.ADC.Thread

Setup() public static méthode

public static Setup ( ) : void
Résultat void