Implemented NtDelayExecution and make Sleep call it.
commit217fdab78ff36a9be11405ab555b85b541e9faf5
authorAlexandre Julliard <julliard@winehq.org>
Mon, 30 Jun 2003 21:00:15 +0000 (30 21:00 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 30 Jun 2003 21:00:15 +0000 (30 21:00 +0000)
tree8ca79ab78a07caaf5823e080defc939046b10142
parent4e1ef0c114ab7e80724d23f8e5df610c2d188375
Implemented NtDelayExecution and make Sleep call it.
The handle count must not be 0 in NtWaitForMultipleObjects (spotted by
Troy Rollo).
dlls/ntdll/file.c
dlls/ntdll/ntdll.spec
dlls/ntdll/ntdll_misc.h
dlls/ntdll/signal_i386.c
dlls/ntdll/signal_powerpc.c
dlls/ntdll/signal_sparc.c
dlls/ntdll/sync.c
include/winternl.h
scheduler/synchro.c