25 Jan
2025
25 Jan
'25
4:04 a.m.
Paul Gofman (@gofman) commented about dlls/ntdll/tests/sync.c:
+ LARGE_INTEGER timeout; + ULONG apc_count; + NTSTATUS status; + DWORD ret; + + for (i = 0; i < 50; i++) + { + for (j = 0; j < ARRAY_SIZE(tests); j++) + { + const struct delay_param *test = &tests[j]; + timeout.QuadPart = test->timeout; + apc_count = 0; + + if (test->queue_apc) + { + int k; k may probably better go to ```unsigned int i, j``` at the top.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7169#note_92815