Searched refs:UNSAFE (Results 1 – 2 of 2) sorted by relevance
30 private static Unsafe UNSAFE = null; field in ThreadsTest42 UNSAFE = (Unsafe) field.get(null);86 UNSAFE.unpark(parkerThread); in test_parkFor_3()128 UNSAFE.unpark(parkerThread); in test_parkUntil_3()188 UNSAFE.park(true, start + amount); in run()190 UNSAFE.park(false, amount); in run()282 UNSAFE.unpark(thread); in run()
308 UNSAFE.putObject(this, FIELDS_OFFSET, h); in readObject()318 private static final sun.misc.Unsafe UNSAFE; field in InetSocketAddress324 UNSAFE = unsafe;