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