Results 1 to 1 of 1
Hi!
I create a thread and make it waiting by calling function pthread_cond_wait. The thread can be wake up by calling function pthread_cond_signal. Now I want to make the thread ...
- 10-22-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 1
How to make a thread waiting again
Hi!
I create a thread and make it waiting by calling function pthread_cond_wait. The thread can be wake up by calling function pthread_cond_signal. Now I want to make the thread be waiting again and I don't know to achieve the goal. Could someone help me, please? Thank in advance!


Reply With Quote