Files
qemu/util
Paolo Bonzini 55e0216466 thread-win32: replace CRITICAL_SECTION with SRWLOCK
SRWLOCK is a much cheaper primitive than CRITICAL_SECTION, which
basically exists only as a legacy API.  The SRWLOCK is a single word
in memory and it is cheaper to just initialize it always.

Reviewed-by: Kostiantyn Kostiuk <kkostiuk@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2026-04-23 12:27:27 +02:00
..
2026-01-22 11:23:31 +00:00
2026-04-22 12:51:51 +04:00
2026-04-22 12:51:51 +04:00
2026-04-23 12:27:27 +02:00
2025-12-27 10:11:12 +01:00
2026-04-22 12:51:51 +04:00