mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-10 02:56:39 +00:00
std::shared_mutex in combination with std::condition_variable_any may lead to a situation when notify_all does not wake up all waiting threads on Windows. Use separate std::mutex and std::condition_variable to notify about new job. Encapsulate all workers synchronization logic into a separate type. |
||
|---|---|---|
| .. | ||
| benchmarks | ||
| bsatool | ||
| bulletobjecttool | ||
| esmtool | ||
| essimporter | ||
| launcher | ||
| mwiniimporter | ||
| navmeshtool | ||
| niftest | ||
| opencs | ||
| openmw | ||
| openmw_test_suite | ||
| wizard | ||
| doc.hpp | ||