Home
last modified time | relevance | path

Searched refs:ioapc_called (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/ntdll/
H A Dpipe.c145 static BOOL ioapc_called; variable
148 ioapc_called = TRUE; in ioapc()
155 ioapc_called = FALSE; in listen_pipe()
307 ok(!ioapc_called, "IOAPC ran too early\n"); in test_overlapped()
311 ok(ioapc_called, "IOAPC didn't run\n"); in test_overlapped()
469 ok(!ioapc_called, "IOAPC ran\n"); in test_alertable()
483 ok(!ioapc_called, "IOAPC ran\n"); in test_alertable()
542 ok(!ioapc_called, "IOAPC ran too early\n"); in test_nonalertable()
547 ok(ioapc_called, "IOAPC didn't run\n"); in test_nonalertable()
581 ok(!ioapc_called, "IOAPC ran too early\n"); in test_cancelio()
[all …]