reactos/ntoskrnl/ke
diff -u -r1.50 -r1.51
--- kthread.c 19 Aug 2004 21:51:06 -0000 1.50
+++ kthread.c 21 Aug 2004 21:09:39 -0000 1.51
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* $Id: kthread.c,v 1.50 2004/08/19 21:51:06 hbirr Exp $
+/* $Id: kthread.c,v 1.51 2004/08/21 21:09:39 tamlin Exp $
*
* FILE: ntoskrnl/ke/kthread.c
* PURPOSE: Microkernel thread support
@@ -36,8 +36,8 @@
/*
* @unimplemented
*/
-STDCALL
VOID
+STDCALL
KeCapturePersistentThreadState(
IN PVOID CurrentThread,
IN ULONG Setting1,
@@ -65,8 +65,8 @@
/*
* @unimplemented
*/
-STDCALL
KPRIORITY
+STDCALL
KeQueryPriorityThread (
IN PKTHREAD Thread
)
@@ -105,8 +105,8 @@
/*
* @unimplemented
*/
-STDCALL
BOOLEAN
+STDCALL
KeSetKernelStackSwapEnable(
IN BOOLEAN Enable
)
@@ -321,8 +321,8 @@
/*
* @unimplemented
*/
-STDCALL
VOID
+STDCALL
KeRevertToUserAffinityThread(
VOID
)
@@ -333,8 +333,8 @@
/*
* @unimplemented
*/
-STDCALL
CCHAR
+STDCALL
KeSetIdealProcessorThread (
IN PKTHREAD Thread,
IN CCHAR Processor
@@ -347,8 +347,8 @@
/*
* @unimplemented
*/
-STDCALL
VOID
+STDCALL
KeSetSystemAffinityThread(
IN KAFFINITY Affinity
)
@@ -359,8 +359,8 @@
/*
* @unimplemented
*/
-STDCALL
VOID
+STDCALL
KeTerminateThread(
IN KPRIORITY Increment
)
reactos/ntoskrnl/ke
diff -u -r1.19 -r1.20
--- event.c 15 Aug 2004 16:39:05 -0000 1.19
+++ event.c 21 Aug 2004 21:09:39 -0000 1.20
@@ -135,8 +135,8 @@
/*
* @unimplemented
*/
-STDCALL
VOID
+STDCALL
KeSetEventBoostPriority(
IN PKEVENT Event,
IN PKTHREAD *Thread OPTIONAL
reactos/ntoskrnl/ke
diff -u -r1.13 -r1.14
--- error.c 15 Aug 2004 16:39:05 -0000 1.13
+++ error.c 21 Aug 2004 21:09:39 -0000 1.14
@@ -19,8 +19,8 @@
/*
* @unimplemented
*/
-STDCALL
VOID
+STDCALL
KiCoprocessorError(
VOID
)
@@ -31,8 +31,8 @@
/*
* @unimplemented
*/
-STDCALL
VOID
+STDCALL
KiUnexpectedInterrupt(
VOID
)
reactos/ntoskrnl/ke
diff -u -r1.34 -r1.35
--- dpc.c 15 Aug 2004 16:39:05 -0000 1.34
+++ dpc.c 21 Aug 2004 21:09:39 -0000 1.35
@@ -18,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* $Id: dpc.c,v 1.34 2004/08/15 16:39:05 chorns Exp $
+/* $Id: dpc.c,v 1.35 2004/08/21 21:09:39 tamlin Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@@ -139,8 +139,8 @@
/*
* @unimplemented
*/
-STDCALL
VOID
+STDCALL
KeFlushQueuedDpcs(
VOID
)
@@ -151,8 +151,8 @@
/*
* @unimplemented
*/
-STDCALL
VOID
+STDCALL
KeIsExecutingDpc(
VOID
)