Is is necessary to create a Mutex for a read-only thread and a write-only thread?

Posted by httpinterpret on Stack Overflow See other posts from Stack Overflow or by httpinterpret
Published on 2010-05-09T14:17:17Z Indexed on 2010/05/09 14:18 UTC
Read the original article Hit count: 118

Filed under:
|

There are 2 threads,one only reads the signal,the other only sets the signal.

Is it necessary to create a mutex for signal and the reason?

© Stack Overflow or respective owner

Related posts about multithreading

Related posts about signals