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