Question
What is the role of a thread library?
Select an option. Your answer will be checked instantly.
Correct Answer: C. To provide an API for creating, managing, and synchronizing threads
Explanation:
A thread library exposes functions for thread creation, joining, synchronization, and related operations.
Its implementation may manage threads in user space or invoke kernel services.
Leave a Reply