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

Afficher le fichier Open project: sharpos/SharpOS Class Usage Examples

Méthodes publiques

Méthode Description
Enter ( ) : void

Starts the barrier, no other threads can run untill Exit is called

This function should be made "inline" by the AOT

Exit ( ) : void

Ends the barrier

This function should be made "inline" by the AOT

Method Details

Enter() public static méthode

Starts the barrier, no other threads can run untill Exit is called
This function should be made "inline" by the AOT
public static Enter ( ) : void
Résultat void

Exit() public static méthode

Ends the barrier
This function should be made "inline" by the AOT
public static Exit ( ) : void
Résultat void