3 Jan
2023
3 Jan
'23
10:19 p.m.
On Tue Sep 6 05:38:43 2022 +0000, Rémi Bernon wrote:
That would be instead: ```c++ EnterCriticalSection(&impl->cs); if (impl->session_running) impl->session_paused = TRUE; LeaveCriticalSection(&impl->cs); WakeConditionVariable(aimpl->cv); ``` Why do we Wake the cv here?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/729#note_20286