Difference between Locks, Mutex and Critical Sections
Posted
by viswanathan
on Stack Overflow
See other posts from Stack Overflow
or by viswanathan
Published on 2010-05-11T06:55:12Z
Indexed on
2010/05/11
7:04 UTC
Read the original article
Hit count: 156
There is an existing question regarding difference between Mutex and Critical section but it does not deal with Locks also.
So i want to know whether Critical sections can be used for thread synchronisation between processes.
Also what is meant by signalled states and non-signalled states
© Stack Overflow or respective owner