search for: server_select

Displaying 4 results from an estimated 4 matches for "server_select".

2020 Apr 24
0
Wine release 5.7
..._context_vk_reference_texture(). wined3d: Introduce a Vulkan GPU blitter. wined3d: Implement raw blits in the Vulkan GPU blitter. wined3d: Handle MSAA resolves in the Vulkan blitter. Jacek Caban (46): server: Introduce a separated type for user APCs. ntdll: Factor out server_select. ntdll: Use server_select in RtlWaitOnAddress. ntdll: Directly use server_select in wait_suspend. ntdll: Directly use server_select in send_debug_event. devpropdef.h: Fix DECLSPEC_SELECTANY usage. wdm.h: Fix MmMapLockedPagesSpecifyCache declaration. kernelbase: F...
2013 Nov 15
0
Wine release 1.6.1
...he parameters of a select request. ntdll: Pass a select operation structure to NTDLL_wait_for_multiple_objects. server: Make select on all handles a separate operation. server: Make signal and wait a separate select operation. ntdll: Rename NTDLL_wait_for_multiple_objects to server_select since it's more generic now. ntdll: Move the select and APC support to server.c. server: Store the wait structure in the wait entry and add an accessor function for the thread. server: Pass a wait queue entry to the signaled/satisfied object functions. server: Store aban...
2015 Oct 30
0
Wine release 1.7.54
...loop (PVS-Studio). ntdll: Use wrapper function for consolidate callback on x86_64. maintainers: Add a section for volunteer reviewers. kernel32/tests: Add test to show that multiple user APCs are processed at once. ntdll: Do not check if object was signaled after user APC in server_select. ws2_32: Use wine_server_release_fd to close file descriptor. kernel32/tests: Add tests for triggering write watches in asynchronous ReadFile call. combase: Add TRACEs to string functions. combase: Simplify NULL pointer check in WindowsCreateString[Reference]. combase:...
2013 Aug 30
0
Wine release 1.7.1
...he parameters of a select request. ntdll: Pass a select operation structure to NTDLL_wait_for_multiple_objects. server: Make select on all handles a separate operation. server: Make signal and wait a separate select operation. ntdll: Rename NTDLL_wait_for_multiple_objects to server_select since it's more generic now. ntdll: Move the select and APC support to server.c. kernel32/tests: Increase some wait timeouts. server: Store the wait structure in the wait entry and add an accessor function for the thread. server: Pass a wait queue entry to the signaled/s...