Sweden-Number/dlls/ntdll/unix
Jinoh Kang 731a968003 server: Replace redundant send_socket status fields with force_async boolean field.
The 'status' field of send_socket_request is always either
STATUS_PENDING or STATUS_DEVICE_NOT_READY, and the 'total' field is
always zero.

Replace the 'status' field with 'force_async' boolean field, and get rid
of the 'total' field entirely.

Also, clean up the send_socket handler code a bit.

Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-25 18:30:28 +01:00
..
cdrom.c
debug.c
env.c ntdll: Implement NtInitializeNlsFiles(). 2022-03-21 14:28:10 +01:00
file.c include: Fix prototype of NtQueryInformationFile. 2022-03-10 09:31:50 +01:00
loader.c ntdll: Implement NtInitializeNlsFiles(). 2022-03-21 14:28:10 +01:00
loadorder.c
process.c
registry.c
security.c
serial.c
server.c
signal_arm.c ntdll: Zero-initialize the syscall_frame used for starting threads on ARM/ARM64. 2022-03-04 19:14:59 +01:00
signal_arm64.c ntdll: Zero-initialize the syscall_frame used for starting threads on ARM/ARM64. 2022-03-04 19:14:59 +01:00
signal_i386.c ntdll: Ensure CONTEXT_EX on exception stack is initialized. 2022-03-04 10:50:33 +01:00
signal_x86_64.c ntdll: Ensure CONTEXT_EX on exception stack is initialized. 2022-03-04 10:50:33 +01:00
socket.c server: Replace redundant send_socket status fields with force_async boolean field. 2022-03-25 18:30:28 +01:00
sync.c server: Add mark_pending field to set_async_direct_result request. 2022-03-22 18:38:18 +01:00
system.c kernelbase: Fix GlobalMemoryStatusEx counters. 2022-03-25 17:56:36 +01:00
tape.c
thread.c ntdll: Don't require equal Length and MaximumLength when setting ThreadNameInformation. 2022-03-03 21:32:49 +01:00
unix_private.h server: Add mark_pending field to set_async_direct_result request. 2022-03-22 18:38:18 +01:00
virtual.c