mutex
Tag details
Welcome to the 'mutex' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'mutex'.
Look up
"mutex"
at The Free Dictionary
Latest blogosphere posts tagged “mutex”
-
Thread Synchronization : Using Mutex Objects
Programming Interview Questions And Answers —
Authority: 141
Download source code for this project here Thread Synchronization Using Mutex The word mutex comes from mutually and exclusive . Mutexe is used to gain exclusive access to a resource mutually shared by two or more threads. Unlike critical sections, mutexes can be used to synchronize threads running in the same ...3 weeks ago

