USER AND KERNEL THREADS o User threads-Thread management done by user-level threads library. o Kernel threads-Threads directly supported by the kernel
USER AND KERNEL THREADS User threads - Thread management done by user-level threads library. Kernel threads - Threads directly supported by the kernel
KERNEL THREADS Examples Windows XP/2000 Solaris Linux Tru64 UNIX Mac OS X
KERNEL THREADS Examples Windows XP/2000 Solaris Linux Tru64 UNIX Mac OS X
MULTITHREADING MODELS Mapping user threads to kernel threads: o Many-to-One o One-to-One o Many-to-Many
MULTITHREADING MODELS Mapping user threads to kernel threads: Many-to-One One-to-One Many-to-Many