mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
877dbfc056
Replace the Windows locking implementation which used critical sections with the faster SRWLocks available since Vista.
5 lines
260 B
Plaintext
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.
|