https://bugs.kde.org/show_bug.cgi?id=374414
--- Comment #4 from Bart Van Assche <bvanass...@acm.org> --- I do not agree that a loop like "while (!ready) cv.wait(lk);" would be a correct way to wait for cv to be signaled. If a sleep() statement would be inserted before or inside that loop the wake-up could still be missed. -- You are receiving this mail because: You are watching all bug changes.