On Mon, 14 Mar 2022 at 19:50, Piotr Caban piotr.caban@gmail.com wrote:
I've sent a set of patches that tries to fix it differently. It's using _Condition_variable to implement _Cnd_* functions in msvcp110/msvcp120. In msvcp140 CONDITION_VARIABLE and SRWLock is used instead.
It should fix the problem you're describing in msvcp140.
And indeed it does. Thanks!