wine/server
Zebediah Figura 3f04fdd876 server: Don't check the user data for NULL in async_terminate().
This semantically reverts 481517178f.

That commit was used to implement NtFlushBuffersFile, which at the time didn't
use a callback function. 9050b58f07 changed it to
use irp_completion(), since the result of a blocking flush needed to be taken
from the IOSB.

As of 97afac469f that's not true anymore, but on
the other hand it is theoretically possible for a device driver to touch the
Information member of the IOSB, and we don't seem to lose anything by making
all asyncs take a common path.

Since all asyncs pass user data and there's no clear reason for them not to,
let's get rid of a bit of extra code complexity that's no longer used.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-07-05 19:54:53 +02:00
..
async.c server: Don't check the user data for NULL in async_terminate(). 2021-07-05 19:54:53 +02:00
atom.c
change.c
class.c
clipboard.c
completion.c
console.c
debugger.c server: Add a native_machine global variable. 2021-06-24 11:00:24 +02:00
device.c
directory.c server: Store session id in the process and return it at process init time. 2021-07-01 22:34:31 +02:00
event.c
fd.c server: Forbid shrinking files which are mapped to memory. 2021-06-29 12:39:35 +02:00
file.c server: Map a SD group to Unix group modes if the SD owner is present anywhere in the current user's token. 2021-04-22 21:12:57 +02:00
file.h ntdll: Truncate files through the server. 2021-06-29 12:37:25 +02:00
handle.c server: Use a separate request to retrieve the object name. 2021-07-01 22:34:31 +02:00
handle.h
hook.c
mach.c server: Get rid of the CPU type and functions. 2021-04-27 10:42:04 +02:00
mailslot.c
main.c
Makefile.in
mapping.c ntdll: Truncate files through the server. 2021-06-29 12:37:25 +02:00
mutex.c
named_pipe.c
object.c
object.h server: Add a native_machine global variable. 2021-06-24 11:00:24 +02:00
process.c server: Store the session id in the process token. 2021-07-01 22:34:31 +02:00
process.h server: Store session id in the process and return it at process init time. 2021-07-01 22:34:31 +02:00
procfs.c
protocol.def ntdll: Implement NtQueryInformationToken(TokenSessionId). 2021-07-01 22:34:31 +02:00
ptrace.c server: Check for system regs before suspending for ptrace. 2021-05-26 21:30:30 +02:00
queue.c server: Send HID report data with the WM_INPUT messages. 2021-05-31 12:31:21 +02:00
region.c
registry.c server: Return STATUS_KEY_DELETED when trying to retrieve the full name of a deleted key. 2021-07-01 22:34:31 +02:00
request.c
request.h ntdll: Implement NtQueryInformationToken(TokenSessionId). 2021-07-01 22:34:31 +02:00
security.h server: Store the session id in the process token. 2021-07-01 22:34:31 +02:00
semaphore.c
serial.c
signal.c
sock.c ws2_32: Handle SO_SNDTIMEO in the server. 2021-06-30 09:19:42 +02:00
symlink.c
thread.c server: Store session id in the process and return it at process init time. 2021-07-01 22:34:31 +02:00
thread.h ntdll: Avoid accessing the I/O status block in wait_async(). 2021-05-24 11:32:28 +02:00
timer.c server: Use a standard user APC also for timers. 2021-05-25 21:13:00 +02:00
token.c ntdll: Implement NtQueryInformationToken(TokenSessionId). 2021-07-01 22:34:31 +02:00
trace.c ntdll: Implement NtQueryInformationToken(TokenSessionId). 2021-07-01 22:34:31 +02:00
unicode.c
unicode.h
user.c
user.h server: Track desktop users per thread instead of per process. 2021-04-21 21:00:33 +02:00
window.c
wineserver.de.UTF-8.man.in
wineserver.fr.UTF-8.man.in
wineserver.man.in
winstation.c server: Track desktop users per thread instead of per process. 2021-04-21 21:00:33 +02:00