mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Replace the Windows locking implementation which used critical sections with the faster SRWLocks available since Vista.
4 lines
260 B
Text
4 lines
260 B
Text
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.
|