Alexandre Julliard : ntdll: Move the futex-based critical section implementation to the Unix library.

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


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun  9 13:05:58 2020 +0200

ntdll: Move the futex-based critical section implementation to the Unix library.

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

---

 dlls/ntdll/critsection.c       | 201 ++---------------------------------------
 dlls/ntdll/unix/loader.c       |   4 +-
 dlls/ntdll/unix/server.c       |   4 +-
 dlls/ntdll/unix/sync.c         | 171 +++++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/unix_private.h |   7 +-
 dlls/ntdll/unixlib.h           |   7 +-
 6 files changed, 191 insertions(+), 203 deletions(-)

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



More information about the wine-cvs mailing list