C# Class Mosa.HardwareSystem.SpinLock

Stub class for a SpinLock object
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
Enter ( ) : bool

Enters spinlock

Exit ( ) : void

Exits spinlock

Method Details

Enter() public méthode

Enters spinlock
public Enter ( ) : bool
Résultat bool

Exit() public méthode

Exits spinlock
public Exit ( ) : void
Résultat void