Zebediah Figura : ntdll: Implement threadpool I/O queues.

Alexandre Julliard julliard at winehq.org
Mon Apr 13 15:05:56 CDT 2020


Module: wine
Branch: master
Commit: 75e8c4493a697c85b1a707a233f34c7453602818
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=75e8c4493a697c85b1a707a233f34c7453602818

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Sat Apr 11 00:16:26 2020 -0500

ntdll: Implement threadpool I/O queues.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at 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=75e8c4493a697c85b1a707a233f34c7453602818



More information about the wine-cvs mailing list