Alexandre Julliard : ntdll: Move the futex-based condition variable implementation to the Unix library.

Alexandre Julliard julliard at winehq.org
Tue Jun 9 15:27:46 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun  9 12:38:37 2020 +0200

ntdll: Move the futex-based condition variable implementation to the Unix library.

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

---

 dlls/ntdll/sync.c              | 119 +++--------------------------------------
 dlls/ntdll/unix/loader.c       |   3 ++
 dlls/ntdll/unix/sync.c         | 115 +++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/unix_private.h |   6 +++
 dlls/ntdll/unixlib.h           |   9 +++-
 5 files changed, 138 insertions(+), 114 deletions(-)

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



More information about the wine-cvs mailing list