I read a few documents about Mutex and still the only Idea I have got is that it helps preventing threads from accessing a resource that is already being used by another res
You can refer this SO post for comparison of various thread synchronization mechanisms Difference between Locks, Mutex and Critical Sections
If you want specific information Mutex then wikipedia will give you enough details.