C# 클래스 Accord.SpinLock

Minimum SpinLock implementation for .NET 3.5 to make Accord.NET work. This is not a complete implementation.
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
Enter ( bool &taken ) : void

Acquires the lock.

Exit ( ) : void

Releases the lock.

메소드 상세

Enter() 공개 메소드

Acquires the lock.
public Enter ( bool &taken ) : void
taken bool
리턴 void

Exit() 공개 메소드

Releases the lock.
public Exit ( ) : void
리턴 void