Home
last modified time | relevance | path

Searched defs:currentThread (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/annotations/mmodule/java/lang/
DThread.annotated.java56 public static native java.lang.Thread currentThread(); in currentThread() method in Thread
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThread.annotated.java58 @libcore.util.NonNull public static native java.lang.Thread currentThread(); in currentThread() method in Thread
/libcore/ojluni/annotations/flagged_api/java/lang/
DThread.annotated.java62 public static native java.lang.Thread currentThread(); in currentThread() method in Thread
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThread.java91 public static native java.lang.Thread currentThread(); in currentThread() method in Thread
/libcore/ojluni/src/main/java/java/lang/
DThread.java317 public static native Thread currentThread(); in currentThread() method in Thread