tor/changes/ticket17927
Daniel Pinto 877dbfc056 Use SRWLocks to implement locking on Windows #17927
Replace the Windows locking implementation which used critical
sections with the faster SRWLocks available since Vista.
2020-11-12 19:50:55 +00:00

5 lines
260 B
Plaintext

o Minor features (performance, windows):
- Use SRWLocks to implement locking on Windows. Replaces the critical
section locking implementation with the faster SRWLocks available
since Windows Vista. Closes ticket 17927. Patch by Daniel Pinto.