
15 Sep
2005
15 Sep
'05
5:08 p.m.
Alexander Terekhov schrieb:
Roland Schwarz wrote:
What do I miss here?
http://www.opengroup.org/onlinepubs/007908799/xsh/pthread_cond_wait.html
I.e. beeing able to get hold of the mutex establishes interrelationship between the threads. Sending a signal alone cannot be related reliably to other threads, even when it comes before the wait, viewed in "real time". (The only state change it could be signalling is: nothing changed.) Thank you very much, now everything makes sense again :-) Regards, Roland