Module: wine Branch: master Commit: 39e4b788d6ca7d1e1ad045059ec7d088fde8a0db URL: https://source.winehq.org/git/wine.git/?a=commit;h=39e4b788d6ca7d1e1ad045059...
Author: Alexandre Julliard julliard@winehq.org Date: Sat May 2 15:10:04 2020 +0200
ntdll: Use the standard Interlocked* functions.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/actctx.c | 20 +++++++++---------- dlls/ntdll/critsection.c | 28 +++++++++------------------ dlls/ntdll/file.c | 4 ++-- dlls/ntdll/large_int.c | 25 +++++++++++++++++++++++- dlls/ntdll/loader.c | 6 +++--- dlls/ntdll/locale.c | 2 +- dlls/ntdll/ntdll_misc.h | 4 ++++ dlls/ntdll/rtl.c | 45 ++++++++++++++++++++++++++++++------------- dlls/ntdll/server.c | 6 +++--- dlls/ntdll/signal_arm64.c | 4 ++-- dlls/ntdll/sync.c | 48 +++++++++++++++++++++++----------------------- dlls/ntdll/thread.c | 10 +++++----- dlls/ntdll/threadpool.c | 49 ++++++++++++++++++----------------------------- 13 files changed, 138 insertions(+), 113 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=39e4b788d6ca7d1e1ad04...