mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-03 09:40:44 +00:00
4519b39ba7
The Genode-specific implementation of 'QWaitCondition' contains a race condition which can make the 'qt5_samegame' application hang on Fiasco.OC. Since most of the pthread synchronization functions needed by the UNIX-specific implementation of 'QWaitCondition' and 'QMutex' are available now, we can use these now instead of fixing and keeping the Genode-specific implementation. Fixes #993.