Jacek Caban : server: Block by waiting on context handle in get_thread_context.
Module: wine Branch: master Commit: c4dab9b76eb7397f6e5325ff4bdf792cf500e571 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c4dab9b76eb7397f6e5325ff4... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Wed Apr 22 14:33:23 2020 +0200 server: Block by waiting on context handle in get_thread_context. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48052 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45546 Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/thread.c | 35 ++++++++----------- include/wine/server_protocol.h | 8 ++--- server/protocol.def | 5 ++- server/request.h | 5 ++- server/thread.c | 78 +++++++++++++++++++++++++++++------------- server/trace.c | 3 +- 6 files changed, 77 insertions(+), 57 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c4dab9b76eb7397f6e532...
participants (1)
-
Alexandre Julliard