A thread is a single unique execution context that has a program counter, registers, execution flags, stack and memory state. Out of many threads, onl
해당 노트는 UC Berkeley CS162 lecture 2를 듣고 작성한 강의 노트이다.Each thread can represent one chunk of code and is a unit of concurrency provided by the OS. In oth