Alexandre Julliard : ntdll: Move the thread creation code to the Unix library.

Alexandre Julliard julliard at winehq.org
Wed Jun 3 16:40:55 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun  3 21:09:13 2020 +0200

ntdll: Move the thread creation code to the Unix library.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/ntdll_misc.h        |   8 ----
 dlls/ntdll/thread.c            | 106 ++++-------------------------------------
 dlls/ntdll/unix/loader.c       |   3 +-
 dlls/ntdll/unix/thread.c       |  94 ++++++++++++++++++++++++++++++++++--
 dlls/ntdll/unix/unix_private.h |   7 ++-
 dlls/ntdll/unix/virtual.c      |   2 +-
 dlls/ntdll/unixlib.h           |   7 +--
 7 files changed, 110 insertions(+), 117 deletions(-)

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



More information about the wine-cvs mailing list