Zebediah Figura : ntdll: Reimplement Win32 futexes on top of thread-ID alerts.
Module: wine Branch: master Commit: 6bdb914a25ab31399e68943dc30a6d77a879f8ea URL: https://source.winehq.org/git/wine.git/?a=commit;h=6bdb914a25ab31399e68943dc... Author: Zebediah Figura <zfigura(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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=6bdb914a25ab31399e689...
participants (1)
-
Alexandre Julliard