Page 1 of 1

What is mutex?

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
a) a mutually exclusive synchronization object
b) can be acquired by more than one thread at a time
c) helps in sharing of resource which can be used by one thread
d) all of the mentioned