Paul Gofman : ntdll: Implement NtGetNextThread().

Alexandre Julliard julliard at winehq.org
Thu Apr 29 16:38:30 CDT 2021


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

Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Wed Apr 28 18:21:21 2021 +0300

ntdll: Implement NtGetNextThread().

Largely based on a patch by Nikolay Sivov for NtGetNextProcess().

Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/ntdll.spec          |  1 +
 dlls/ntdll/tests/om.c          | 93 ++++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/thread.c       | 28 +++++++++++++
 include/wine/server_protocol.h | 23 ++++++++++-
 server/protocol.def            | 12 ++++++
 server/request.h               | 10 +++++
 server/thread.c                | 49 ++++++++++++++++++++++
 server/trace.c                 | 17 ++++++++
 8 files changed, 232 insertions(+), 1 deletion(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=02e3327f0687559486739f7da7b602c2baae070a



More information about the wine-cvs mailing list