(Finally) implemented Philip Susi's suggestion for non-counting block
authorDavid Welch <welch@cwcom.net>
Fri, 19 Jan 2001 15:09:01 +0000 (15:09 +0000)
committerDavid Welch <welch@cwcom.net>
Fri, 19 Jan 2001 15:09:01 +0000 (15:09 +0000)
commit703924d1307092800b69d402013e1468859723f3
treed839371d6efe24ee2e34af0273ba41d626c06c78
parente443f083f2d9662b2856093b74ed6ee2864807f1
(Finally) implemented Philip Susi's suggestion for non-counting block
Moved suspend/resume code to seperate file

svn path=/trunk/; revision=1543
13 files changed:
reactos/include/ntos/ntdef.h
reactos/ntoskrnl/Makefile
reactos/ntoskrnl/include/internal/ke.h
reactos/ntoskrnl/include/internal/ps.h
reactos/ntoskrnl/ke/apc.c
reactos/ntoskrnl/ke/event.c
reactos/ntoskrnl/ke/i386/usercall.c
reactos/ntoskrnl/ke/kthread.c
reactos/ntoskrnl/ke/wait.c
reactos/ntoskrnl/ps/create.c
reactos/ntoskrnl/ps/kill.c
reactos/ntoskrnl/ps/suspend.c [new file with mode: 0644]
reactos/ntoskrnl/ps/thread.c