Sweden-Number/dlls/kernel32/tests
Stefan Dösinger bf6025e0e1 ntdll: Do not queue a completion status if pipe ops fail synchronously.
This fixes random crashes when exiting Chromium or shutting down CEF.
It is similar to 7a1142035d, just for pipes.

Signed-off-by: Stefan Dösinger <stefan@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-09-25 23:29:10 +02:00
..
Makefile.in
actctx.c
atom.c
change.c
codepage.c
comm.c
console.c
debugger.c
directory.c
drive.c
environ.c
fiber.c
file.c
format_msg.c
generated.c
heap.c kernel32/tests: Use function pointers to avoid gcc warnings for invalid parameter tests. 2017-08-30 09:45:29 +02:00
loader.c ntdll: Verify page protection against the mapping protections in VirtualAlloc and VirtualProtect. 2017-09-12 20:32:01 +02:00
locale.c
mailslot.c
module.c kernel32/tests: Fixed size to GetTempPathW. 2017-08-30 20:27:08 +02:00
path.c kernel32/tests: Add tests for SetSearchPathMode. 2017-08-29 15:51:27 +02:00
pipe.c ntdll: Do not queue a completion status if pipe ops fail synchronously. 2017-09-25 23:29:10 +02:00
process.c ntdll: Suspend the process before attaching dlls, using the process initial context. 2017-09-19 12:43:00 +02:00
profile.c
resource.c
resource.rc
sync.c
thread.c
time.c
timer.c
toolhelp.c
version.c
virtual.c kernel32/tests: Add more WRITECOPY tests. 2017-09-25 23:29:07 +02:00
volume.c