Skip to content
Snippets Groups Projects
Commit c5f289da authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

win32: fix missing unlock/lock with static condition variables

The mutex needs to be unlocked while the thread sleeps. Otherwise, a
deadlock may occur in case of contention for the mutex.
parent 8762b941
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment