ChangeSet ID: 7790 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/04/04 16:26:35
Modified files: server : trace.c timer.c thread.h thread.c protocol.def named_pipe.c async.c scheduler : thread.c include/wine : server_protocol.h include : winternl.h dlls/ntdll : sync.c signal_i386.c ntdll.spec nt.c Makefile.in Added files: dlls/ntdll : thread.c
Log message: Implemented NtQueueApcThread, and changed the server APC interface to always take 3 parameters. Implemented a number of other ntdll thread functions, and use them from the kernel ones.
Patch: http://cvs.winehq.com/patch.py?id=7790
Old revision New revision Changes Path 1.161 1.162 +6 -18 wine/server/trace.c 1.21 1.22 +1 -1 wine/server/timer.c 1.51 1.52 +1 -1 wine/server/thread.h 1.96 1.97 +18 -22 wine/server/thread.c 1.64 1.65 +6 -2 wine/server/protocol.def 1.21 1.22 +3 -3 wine/server/named_pipe.c 1.17 1.18 +2 -1 wine/server/async.c 1.133 1.134 +31 -46 wine/scheduler/thread.c 1.64 1.65 +7 -3 wine/include/wine/server_protocol.h 1.22 1.23 +15 -1 wine/include/winternl.h 1.26 1.27 +13 -14 wine/dlls/ntdll/sync.c 1.58 1.59 +2 -2 wine/dlls/ntdll/signal_i386.c 1.102 1.103 +9 -9 wine/dlls/ntdll/ntdll.spec 1.48 1.49 +0 -42 wine/dlls/ntdll/nt.c 1.53 1.54 +1 -0 wine/dlls/ntdll/Makefile.in Added 1.1 +0 -0 wine/dlls/ntdll/thread.c