What are the different thread levels?
There are two broad type of thread implementation:
User-Level Threads -- Thread Libraries.
Kernel-level Threads -- System Calls.
There are qualities to both; in fact some OS permit access to both levels (e.g. Solaris).