Implemented NtQueueApcThread, and changed the server APC interface to
commit088bcf9ca5a00ffb6adfe6a1a0da6a3b3be5e9dc
authorAlexandre Julliard <julliard@winehq.org>
Fri, 4 Apr 2003 22:26:34 +0000 (4 22:26 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 4 Apr 2003 22:26:34 +0000 (4 22:26 +0000)
treed6f00f943e843b830d709a3de429bdc2cccf2cff
parentc7bebba198bc1466ac3ff7f93b282ccc5961b7ba
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.
16 files changed:
dlls/ntdll/Makefile.in
dlls/ntdll/nt.c
dlls/ntdll/ntdll.spec
dlls/ntdll/signal_i386.c
dlls/ntdll/sync.c
dlls/ntdll/thread.c [new file with mode: 0644]
include/wine/server_protocol.h
include/winternl.h
scheduler/thread.c
server/async.c
server/named_pipe.c
server/protocol.def
server/thread.c
server/thread.h
server/timer.c
server/trace.c