server: Set error to STATUS_UNSUCCESSFUL when the server fails to queue APC for a...
commitb66571e730e137d3989737542b5971cc9112adf6
authorDmitry Timoshkov <dmitry@baikal.ru>
Wed, 3 Mar 2021 09:27:47 +0000 (3 12:27 +0300)
committerMichael Stefaniuc <mstefani@winehq.org>
Mon, 17 May 2021 22:24:26 +0000 (18 00:24 +0200)
treeeeb8cc388fbecfd808c6d5c89d62d1bd38b2b57f
parent015f3167d8bf3319e0b619379841b94093c0e788
server: Set error to STATUS_UNSUCCESSFUL when the server fails to queue APC for a thread.

I've left another case of returning STATUS_PROCESS_IS_TERMINATING since
that's not covered by the tests.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50704
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 050dc49b3850a9cf807d995c2c8e8c3f244b9f11)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
dlls/kernel32/tests/sync.c
server/thread.c