Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DVM.java379 return RUNNABLE; in toThreadState()
391 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.java150 RUNNABLE, enumConstant
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThread.java488 RUNNABLE, enumConstant
/libcore/ojluni/src/main/java/java/lang/
DThread.java1953 RUNNABLE, enumConstant
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadTest.java956 assertEquals(Thread.State.RUNNABLE, state); in test_getState()