Zebediah Figura : ntdll: Read the condition variable and manipulate the lock on the PE side.
Module: wine Branch: master Commit: 8bd95a80f263a8df6873f8e3a8b10fdce4136fc4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8bd95a80f263a8df6873f8e3a... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Thu Aug 20 15:38:42 2020 -0500 ntdll: Read the condition variable and manipulate the lock on the PE side. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49712 Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/sync.c | 21 +++-------- dlls/ntdll/unix/loader.c | 3 +- dlls/ntdll/unix/sync.c | 84 ++++++++---------------------------------- dlls/ntdll/unix/unix_private.h | 7 +--- dlls/ntdll/unixlib.h | 10 ++--- 5 files changed, 27 insertions(+), 98 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=8bd95a80f263a8df6873f...
participants (1)
-
Alexandre Julliard