Home
last modified time | relevance | path

Searched refs:RUNNABLE (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DVM.java379 return RUNNABLE; in toThreadState()
391 return RUNNABLE; in toThreadState()
/libcore/ojluni/src/main/java/jdk/internal/misc/
DVM.java381 return RUNNABLE; in toThreadState()
393 return RUNNABLE; in toThreadState()
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadStateTest.java23 Thread.State [] exStates = { Thread.State.NEW, Thread.State.RUNNABLE,
DOldThreadTest.java309 assertEquals(Thread.State.RUNNABLE, state); in test_getState()
351 assertEquals(Thread.State.RUNNABLE, th.getState()); in test_getState()
/libcore/ojluni/annotations/mmodule/java/lang/
DThread.annotated.java162 RUNNABLE, enumConstant
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThread.annotated.java152 RUNNABLE, enumConstant
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThread.java488 RUNNABLE, enumConstant
/libcore/ojluni/src/main/java/java/lang/
DThread.java2049 RUNNABLE, enumConstant
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadTest.java957 assertEquals(Thread.State.RUNNABLE, state); in test_getState()
/libcore/api/
Dcurrent.txt4422 enum_constant public static final java.lang.Thread.State RUNNABLE;