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!