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

Alexandre Julliard julliard at winehq.org
Fri Jun 5 14:16:51 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jun  5 14:09:19 2020 +0200

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

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

---

 dlls/ntdll/thread.c            | 92 ++++++------------------------------------
 dlls/ntdll/unix/loader.c       |  1 -
 dlls/ntdll/unix/server.c       |  2 +-
 dlls/ntdll/unix/sync.c         |  4 +-
 dlls/ntdll/unix/thread.c       | 91 ++++++++++++++++++++++++++++++++++++-----
 dlls/ntdll/unix/unix_private.h | 11 +++--
 dlls/ntdll/unixlib.h           | 10 ++---
 7 files changed, 109 insertions(+), 102 deletions(-)

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



More information about the wine-cvs mailing list