Does anyone know of a Windows user-mode thread synchronization library for C++ (utilizing spin locks / atomic operations)? I only need mutexes (~critical sections), but condition variables would be a plus.
You have the win 32 one: http://msdn.microsoft.com/en-us/library/ms682530%28VS.85%29.aspx. You have a complete explanation of synchronization using this library here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With