Module: wine Branch: master Commit: 02e3327f0687559486739f7da7b602c2baae070a URL: https://source.winehq.org/git/wine.git/?a=commit;h=02e3327f0687559486739f7da...
Author: Paul Gofman pgofman@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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=02e3327f0687559486739...