Zebediah Figura : ntdll: Reimplement SRW locks on top of Win32 futexes.

Alexandre Julliard julliard at winehq.org
Thu Nov 18 16:19:37 CST 2021


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

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Wed Nov 17 20:18:57 2021 -0600

ntdll: Reimplement SRW locks on top of Win32 futexes.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/sync.c              | 315 +++++++++++++++++++----------------------
 dlls/ntdll/unix/loader.c       |   6 -
 dlls/ntdll/unix/sync.c         | 308 ----------------------------------------
 dlls/ntdll/unix/unix_private.h |   6 -
 dlls/ntdll/unixlib.h           |  10 +-
 5 files changed, 143 insertions(+), 502 deletions(-)

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



More information about the wine-cvs mailing list