Added separate queue for "system" APCs that get called even when the
authorAlexandre Julliard <julliard@winehq.org>
Sat, 6 Jan 2001 01:48:51 +0000 (01:48 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 6 Jan 2001 01:48:51 +0000 (01:48 +0000)
commit2362380b64332bb76808011abaa33ab6546b4c8f
tree3933648558fddc8c14db3073deaee5371382a5fc
parentd3f2581dcc91242898db006b7bb3b0ba8c61adc2
Added separate queue for "system" APCs that get called even when the
thread is not in an alertable state.
Specify the select_request timeout as absolute value so that we can
restart the request when interrupted.
include/server.h
scheduler/synchro.c
scheduler/thread.c
server/async.c
server/debugger.c
server/process.c
server/thread.c
server/thread.h
server/timer.c
server/trace.c