Alexandre Julliard : server: Support queuing some APCs to a process instead of a thread.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 16 05:22:15 CST 2007


Module: wine
Branch: master
Commit: 6ca1d1b0812496e670957543294b04abfefe8d78
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6ca1d1b0812496e670957543294b04abfefe8d78

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jan 15 22:26:32 2007 +0100

server: Support queuing some APCs to a process instead of a thread.

---

 dlls/ntdll/ntdll_misc.h        |    1 +
 dlls/ntdll/sync.c              |   36 ++++++++++++
 dlls/ntdll/thread.c            |    2 +-
 include/wine/server_protocol.h |    6 +-
 server/protocol.def            |    7 ++-
 server/thread.c                |  125 +++++++++++++++++++++++++++++++++-------
 server/trace.c                 |   12 +++-
 7 files changed, 160 insertions(+), 29 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=6ca1d1b0812496e670957543294b04abfefe8d78



More information about the wine-cvs mailing list