USER-LEVEL THREADS (ULT)
In this level the kernel isn't aware of the existence of threads -- All thread management is complete by the application by using a thread library. Thread switching doesn't require kernel mode privileges no mode switch and scheduling is application specific.