Operating Systems

In computer science, Mutex refers to which of the following?

Correct answer

D. A synchronization object that allows only one thread to access a resource at a time.

Explanation

Mutex refers to a synchronization object that allows only one thread to access a resource at a time.