ReactOS
0.4.16-dev-937-g7afcd2a
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
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 Wed Apr 2 2025 06:11:44 for ReactOS by
1.9.6