Definition
User-Level Thread
Mechanism
Management
Scheduling and context switching occur within user process address space.
Efficiency
No mode switch required for thread switching — ULTs are extremely fast.
Blocking Issue
If a ULT performs a blocking system call, the entire process (all threads) is blocked.
Comparison
Scheduling Limitation
ULTs allow application-specific scheduling but cannot utilise multi-core processors — the kernel sees only one process.