Searched refs:RUNNABLE (Results 1 – 8 of 8) sorted by relevance
379 return RUNNABLE; in toThreadState()391 return RUNNABLE; in toThreadState()
23 Thread.State [] exStates = { Thread.State.NEW, Thread.State.RUNNABLE,
309 assertEquals(Thread.State.RUNNABLE, state); in test_getState()351 assertEquals(Thread.State.RUNNABLE, th.getState()); in test_getState()
162 RUNNABLE, enumConstant
150 RUNNABLE, enumConstant
488 RUNNABLE, enumConstant
1953 RUNNABLE, enumConstant
956 assertEquals(Thread.State.RUNNABLE, state); in test_getState()