ReactOS
0.4.16-dev-1946-g52006dd
freeze.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Kernel
3
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4
* PURPOSE: Processor freeze support for i386
5
* COPYRIGHT:
6
*/
7
8
/* INCLUDES *******************************************************************/
9
10
#include <ntoskrnl.h>
11
#define NDEBUG
12
#include <debug.h>
13
14
VOID
15
NTAPI
16
KxFreezeExecution
(
17
VOID
)
18
{
19
UNIMPLEMENTED
;
20
}
21
22
VOID
23
NTAPI
24
KxThawExecution
(
25
VOID
)
26
{
27
UNIMPLEMENTED
;
28
}
29
30
KCONTINUE_STATUS
31
NTAPI
32
KxSwitchKdProcessor
(
33
_In_
ULONG
ProcessorIndex)
34
{
35
UNIMPLEMENTED
;
36
return
ContinueError
;
37
}
KxThawExecution
VOID NTAPI KxThawExecution(VOID)
Definition:
freeze.c:163
KxSwitchKdProcessor
KCONTINUE_STATUS NTAPI KxSwitchKdProcessor(_In_ ULONG ProcessorIndex)
Definition:
freeze.c:207
KxFreezeExecution
VOID NTAPI KxFreezeExecution(VOID)
Definition:
freeze.c:100
UNIMPLEMENTED
#define UNIMPLEMENTED
Definition:
ntoskrnl.c:15
void
Definition:
nsiface.idl:2307
KCONTINUE_STATUS
enum _KCONTINUE_STATUS KCONTINUE_STATUS
ContinueError
@ ContinueError
Definition:
ketypes.h:449
_In_
#define _In_
Definition:
no_sal2.h:158
NTAPI
#define NTAPI
Definition:
typedefs.h:36
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
ntoskrnl
ke
i386
freeze.c
Generated on Thu Dec 4 2025 06:12:46 for ReactOS by
1.9.6