KERNEL ACTIVITY FOR ULTS:
The kernel isn't aware of thread activity but it is still managing process activity. When a thread compose a system call the whole process will be blocked but for the thread library that thread is still in the running state .thus thread states are independent of process states.