LifeV
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Variables
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
v
x
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Enumerations
a
b
c
d
e
f
i
m
n
p
r
s
z
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
z
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
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
k
l
m
n
o
p
r
s
t
u
v
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
+
Enumerations
b
e
f
i
l
m
n
o
p
s
t
u
v
w
+
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
y
+
Related Functions
b
c
e
k
o
p
r
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Variables
b
d
e
f
i
l
m
o
p
r
s
t
u
w
+
Typedefs
b
c
e
f
h
m
p
r
s
u
v
Enumerations
+
Enumerator
b
f
i
l
o
r
t
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
winprocess.h
Go to the documentation of this file.
1
#
ifdef
_MSC_VER
2
#
define
NOMINMAX
3
#
include
<
Winsock2
.
h
>
4
#
include
<
process
.
h
>
5
#
define
getpid
_getpid
6
inline
void
sleep(
int
sec)
7
{
8
Sleep(sec * 1000);
9
}
10
#
pragma
comment
(
lib
,
"Ws2_32.lib"
)
11
#
endif
lifev-release-doc
cmake
tribits
common_tools
win_interface
include
winprocess.h
Generated on Wed Mar 7 2018 19:51:31 for LifeV by
1.8.13