n The kernel is not aware of thread activity
but it is still managing process activity
n When a thread makes a system call, the
whole process will be blocked
n but for the thread library that thread is still
in the running state
n So thread states are independent of
process states