Alexandre Julliard : ntdll: Move the futex-based SRW lock implementation to the Unix library.

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


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

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

ntdll: Move the futex-based SRW lock implementation to the Unix library.

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

---

 dlls/ntdll/sync.c              | 307 +-----------------------------------
 dlls/ntdll/unix/loader.c       |   6 +
 dlls/ntdll/unix/sync.c         | 345 +++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/unix_private.h |   7 +
 dlls/ntdll/unixlib.h           |  10 +-
 5 files changed, 373 insertions(+), 302 deletions(-)

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



More information about the wine-cvs mailing list