C# 클래스 Mosa.HardwareSystem.SpinLock

Stub class for a SpinLock object
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
Enter ( ) : bool

Enters spinlock

Exit ( ) : void

Exits spinlock

메소드 상세

Enter() 공개 메소드

Enters spinlock
public Enter ( ) : bool
리턴 bool

Exit() 공개 메소드

Exits spinlock
public Exit ( ) : void
리턴 void