Win32: emulate static mutexes with a boolean (fix: #2399)
We use the same pattern as the variable callback lock: one mutex, one condition variable and N boolean flags instead of N mutexes. This is a bit slower but it shouldn't leak OS handles anymore.
Showing
Please register or sign in to comment