示例#1
0
 private static void UnconditionallySetState(long address, long update)
 {
     UnsafeUtil.putLongVolatile(address, update);
 }