Java thread state transition
2015-05-18 11:16:52 0 举报
Java中thread的状态切换
作者其他创作
大纲/内容
TERMINATED
vm / notify() / notifyAll()
time expired
BLOCKED
WAITING
NEW
get lock
TIMED_WATING
new Thread()
join(long) / wait(long) / sleep(long)
join() / wait()
enter synchronized code but no lock
start()
RUNNABLE
finish
收藏
0 条评论
下一页