Question
Which statement best describes user-level threads?
Select an option. Your answer will be checked instantly.
Correct Answer: C. They are managed by a user-space thread library without direct kernel knowledge of each thread
Explanation:
User-level thread operations can be fast because they avoid a kernel transition for every management action.
However, the kernel may schedule only the process or its underlying kernel entity.
Leave a Reply