Java Thread States 2011 12 02 Java Thread

  • Slides: 4
Download presentation
Java Thread States 2011. 12. 02 박혜웅

Java Thread States 2011. 12. 02 박혜웅

Java Thread States 실외 (Memory) 레스토랑 (CPU & Memory) 비밀 화장실 (Critical Section, synchronized

Java Thread States 실외 (Memory) 레스토랑 (CPU & Memory) 비밀 화장실 (Critical Section, synchronized block) 공공 화장실 Thread. run( ) Thread. yield() NEW (RUNNING) RUNNABLE (RUNNING) acquire lock release lock Object. wait() end of run() 대기실 (Wait Set) Thread. sleep() Thread. join() WAITING TIMED_WAITING 열쇠 (lock ) 비밀 화장실 대기실 (Entry Set) 땅바닥 TERMINATED 사람 (thread) RUNNABLE WAITING TIMED_WAITING 2 Thread. interrupt() Object. notify. All() time out end of joined thread System I/O BLOCKED TIMED_BLOCKED