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.