Question

Which of the following statements is true regarding user-level threads compared to kernel-level threads?

A User-level threads are generally slower to create and manage.
B If one user-level thread performs a blocking system call, the entire process may block.
C Kernel-level threads are managed by a thread library in user space.
D User-level threads can take advantage of multiple processors simultaneously without kernel support.
E Context switching between user-level threads requires a mode switch to kernel mode.
Practice Next

Hey! Ask a query