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