Multiple choice

The type of threads that require non-blocking system call, i.e. a multithreaded kernel, otherwise the entire process will be blocked in the kernel even if there are runable threads left in the processes, are _________________.

  1. kernel level threads

  2. user level threads

  3. ready

  4. running

  5. blocked

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This type of threads require non-blocking system calls, i.e. a multithreaded kernel.