Problem with pthread.
C#
4
Posts
4
Posters
0
Views
1
Watching
-
There are two simultanous.second thread executes a funtion, before first thread excutes a wait statement.
-
None. Is there a rule that forces a forum post to state a problem? :-D -- Affordable Windows-based CMS for only 99 €: try www.zeta-producer.com for free!
-
None. Is there a rule that forces a forum post to state a problem? :-D -- Affordable Windows-based CMS for only 99 €: try www.zeta-producer.com for free!
Heh, evidently not. :) Just from the vague details I would suggest reorganizing the code so that the original poster's code does not run into a state where it is asking to "wait" in a thread unsafe place. Other than that, we need more details because none of us are mind readers. :)