Zebediah Figura : ntdll: Reimplement Win32 futexes on top of thread-ID alerts.

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


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

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

ntdll: Reimplement Win32 futexes on top of thread-ID alerts.

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

---

 dlls/ntdll/sync.c        | 175 ++++++++++++++++++++++++++++++++++++++++++++++-
 dlls/ntdll/unix/loader.c |   3 -
 dlls/ntdll/unix/sync.c   | 162 -------------------------------------------
 dlls/ntdll/unixlib.h     |   6 +-
 4 files changed, 173 insertions(+), 173 deletions(-)

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



More information about the wine-cvs mailing list