Zebediah Figura : ntdll: Implement threadpool I/O queues.
Module: wine Branch: master Commit: 75e8c4493a697c85b1a707a233f34c7453602818 URL: https://source.winehq.org/git/wine.git/?a=commit;h=75e8c4493a697c85b1a707a23... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Sat Apr 11 00:16:26 2020 -0500 ntdll: Implement threadpool I/O queues. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/ntdll.spec | 4 + dlls/ntdll/ntdll_misc.h | 7 + dlls/ntdll/tests/threadpool.c | 179 ++++++++++++++++++++++ dlls/ntdll/threadpool.c | 335 ++++++++++++++++++++++++++++++++++++++++-- include/winternl.h | 8 +- 5 files changed, 523 insertions(+), 10 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=75e8c4493a697c85b1a70...
participants (1)
-
Alexandre Julliard