HomeSort by relevance Sort by last modified time
    Searched defs:UNSAFE (Results 1 - 3 of 3) sorted by null

  /art/test/067-preemptive-unpark/src/
Main.java 1 import sun.misc.Unsafe;
6 private static Unsafe UNSAFE;
16 UNSAFE.unpark(test);
41 * Set up {@link #UNSAFE}.
45 * Subvert the access check to get the unique Unsafe instance.
50 Field field = Unsafe.class.getDeclaredField("THE_ONE");
53 UNSAFE = (Unsafe) field.get(null);
96 UNSAFE.park(false, 500 * 1000000); // 500 mse
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 62 milliseconds