ReactOS
0.4.16-dev-297-gc569aee
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
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
_
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
tlsmthread.c
Go to the documentation of this file.
1
8
/*#ifndef WIN32_LEAN_AND_MEAN
9
#define WIN32_LEAN_AND_MEAN
10
#endif
11
#include <windows.h>*/
12
#include <stdlib.h>
13
#include <
windef.h
>
14
15
int
__mingwthr_key_dtor
(
DWORD
key
,
void
(*dtor)(
void
*));
16
int
__mingwthr_remove_key_dtor
(
DWORD
key
);
17
18
extern
int
___w64_mingwthr_remove_key_dtor
(
DWORD
key
);
19
extern
int
___w64_mingwthr_add_key_dtor
(
DWORD
key
,
void
(*dtor)(
void
*));
20
21
int
22
__mingwthr_remove_key_dtor
(
DWORD
key
)
23
{
24
return
___w64_mingwthr_remove_key_dtor
(
key
);
25
}
26
27
int
28
__mingwthr_key_dtor
(
DWORD
key
,
void
(*dtor)(
void
*))
29
{
30
if
(dtor)
31
{
32
return
___w64_mingwthr_add_key_dtor
(
key
, dtor);
33
}
34
return
0;
35
}
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
key
Definition:
copy.c:22
___w64_mingwthr_remove_key_dtor
int ___w64_mingwthr_remove_key_dtor(DWORD key)
Definition:
tlsthrd.c:67
__mingwthr_remove_key_dtor
int __mingwthr_remove_key_dtor(DWORD key)
Definition:
tlsmthread.c:22
___w64_mingwthr_add_key_dtor
int ___w64_mingwthr_add_key_dtor(DWORD key, void(*dtor)(void *))
Definition:
tlsthrd.c:44
__mingwthr_key_dtor
int __mingwthr_key_dtor(DWORD key, void(*dtor)(void *))
Definition:
tlsmthread.c:28
windef.h
sdk
lib
crt
startup
tlsmthread.c
Generated on Wed Nov 27 2024 06:13:39 for ReactOS by
1.9.6