<div dir="ltr"><div><div>Hi Kristian,<br><br></div>Your patch calls like 3 times "pthread_cond_wait(..)", shouldn't each of these calls be in a loop?<br><br>From a book on pthreads:<br>"You should always wait for a condition variable in a loop, to protect against errors,<br>
multiprocessor races, and spurious wakeups."<br><br></div>Kind Regards<br></div>