IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
AtomicLong.cs
Go to the documentation of this file.
1
namespace
IKVM.Java.Externs.java.util.concurrent.atomic
2
{
3
7
static
class
AtomicLong
8
{
9
15
public
static
bool
VMSupportsCS8
()
16
{
17
return
true
;
18
}
19
20
}
21
22
}
IKVM.Java.Externs.java.util.concurrent.atomic.AtomicLong
Implements the native backend for 'AtomicLong'.
Definition
AtomicLong.cs:8
IKVM.Java.Externs.java.util.concurrent.atomic.AtomicLong.VMSupportsCS8
static bool VMSupportsCS8()
Implements the native method for 'VMSupportsCS8'. We return true since the implementation uses Unsafe...
Definition
AtomicLong.cs:15
IKVM.Java.Externs.java.util.concurrent.atomic
Definition
AtomicLong.cs:2
src
IKVM.Runtime
Java
Externs
java
util
concurrent
atomic
AtomicLong.cs
Generated by
1.12.0