Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Accord
SpinLock
C# Class Accord.SpinLock
Minimum SpinLock implementation for .NET 3.5 to make Accord.NET work. This is not a complete implementation.
ファイルを表示
Open project: accord-net/framework
Public Methods
Method
Description
Enter
(
bool
&
taken
) :
void
Acquires the lock.
Exit
( ) :
void
Releases the lock.
Method Details
Enter()
public
method
Acquires the lock.
public
Enter
(
bool
&
taken
) :
void
taken
bool
return
void
Exit()
public
method
Releases the lock.
public
Exit
( ) :
void
return
void