n Three key states: running, ready, blocked
n They have no suspend state because all
threads within the same process share the
same address space
n Indeed: suspending (ie: swapping) a single
thread involves suspending all threads of
the same process
n Termination of a process, terminates all
threads within the process