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
2025-01-16 20:57:17 -08:00
2026-04-22 12:51:51 +04:00
2025-10-01 08:33:24 +02:00
2025-03-10 17:07:16 +08:00
2025-01-29 11:43:04 -03: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