Skip to content

Redox: Fix Condvar.wait(); do not lock mutex twice

Ian Douglas Scott requested to merge ids1024:condvar into master

I think this is the correct solution, but I'm not entirely sure. It does seem fairly clear though that it was wrong previously, since this loop locks the mutex, then mutex_lock is called to lock it again, blocking.

Merge request reports