User & Kernel Threads
User & Kernel Threads
If one user level thread perform blocking If one kernel thread perform blocking
operation then entire process will be operation then another thread can continue
•
blocked. execution.
User level threads are designed as Kernel level threads are designed as
dependent threads. independent threads.