C# Class Mosa.HardwareSystem.SpinLock

Stub class for a SpinLock object
显示文件 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Enter ( ) : bool

Enters spinlock

Exit ( ) : void

Exits spinlock

Method Details

Enter() public method

Enters spinlock
public Enter ( ) : bool
return bool

Exit() public method

Exits spinlock
public Exit ( ) : void
return void