mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 04:03:57 +00:00
Add test_threads_winapi() that creates threads using CreateThread and WaitForMultipleObjects to complement the existing std::thread based test, verifying Windows threading API emulation works correctly.