Worked around compiler bug in NtDelayExecution
authorDavid Welch <welch@cwcom.net>
Sat, 18 Dec 1999 17:48:23 +0000 (17:48 +0000)
committerDavid Welch <welch@cwcom.net>
Sat, 18 Dec 1999 17:48:23 +0000 (17:48 +0000)
commitcc5dc64c307a780d718e1a9e8a8cdb32c000bfe6
treedf30ab10feceedc47a5f6920d0fc3846b72e6734
parent8abc09ec0dee5db1f7302a59fd7b329aca8332c9
Worked around compiler bug in NtDelayExecution
Added some page free checking
Reorganised thread code a bit

svn path=/trunk/; revision=892
12 files changed:
reactos/apps/tests/thread/thread.c
reactos/include/ddk/pstypes.h
reactos/include/ddk/zw.h
reactos/include/internal/ps.h
reactos/include/kernel32/kernel32.h
reactos/ntoskrnl/ke/i386/usercall.c
reactos/ntoskrnl/ke/main.c
reactos/ntoskrnl/ke/timer.c
reactos/ntoskrnl/mm/freelist.c
reactos/ntoskrnl/mm/i386/page.c
reactos/ntoskrnl/ps/kill.c
reactos/ntoskrnl/ps/thread.c