Glossary:Definition - Mutex
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term | Mutex | |
| Definition | Mutually exclusive access flag or a mutual exclusion lock. A mutex serializes the execution of multiple threads using a simple lock. Only the thread which owns the lock can release it. An immediate deadlcok occurs if a thread attempts to acquire a mutex it already holds.
Another term used for a Semaphore. | |
| See also | Semaphore | |
| This C# Online.NET definition is from the Glossary of .NET / C# Terms. | ||