ComputerScience/System Programming
프로세스와 스레드
ELLIE_ing
2021. 12. 27. 23:22
-> context switching
-> 그 다음 thread 할당 받기
- 다음 thread는 이전 thread와 code data, heap은 공유하고 있기 때문에
- pcb에 있던 register block : 이것만 바뀐다. thread별로 존재하므로