Alexandre Julliard : ntdll: Move the futex-based critical section implementation to the Unix library.
Module: wine Branch: master Commit: ff19f21913c508f5827df0e7e4c3a351c36711a0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ff19f21913c508f5827df0e7e... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jun 9 13:05:58 2020 +0200 ntdll: Move the futex-based critical section implementation to the Unix library. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/critsection.c | 201 ++--------------------------------------- dlls/ntdll/unix/loader.c | 4 +- dlls/ntdll/unix/server.c | 4 +- dlls/ntdll/unix/sync.c | 171 +++++++++++++++++++++++++++++++++++ dlls/ntdll/unix/unix_private.h | 7 +- dlls/ntdll/unixlib.h | 7 +- 6 files changed, 191 insertions(+), 203 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ff19f21913c508f5827df...
participants (1)
-
Alexandre Julliard