LLVM OpenMP
20.0.0git
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
c
d
e
g
h
i
m
n
p
r
s
t
u
Functions
c
d
e
g
i
m
n
p
r
s
u
Variables
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
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
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
Typedefs
Enumerations
Enumerator
Related Functions
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
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
_
a
b
c
d
e
i
k
l
m
n
o
p
r
t
u
Enumerations
_
b
c
d
f
k
l
n
o
s
t
Enumerator
_
a
b
c
d
e
f
k
l
n
o
p
r
s
t
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
runtime
src
test-touch.c
Go to the documentation of this file.
1
// test-touch.c //
2
3
//===----------------------------------------------------------------------===//
4
//
5
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6
// See https://llvm.org/LICENSE.txt for license information.
7
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8
//
9
//===----------------------------------------------------------------------===//
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
extern
double
omp_get_wtime
();
15
extern
int
omp_get_num_threads
();
16
extern
int
omp_get_max_threads
();
17
#ifdef __cplusplus
18
}
19
#endif
20
21
int
main
() {
22
omp_get_wtime
();
23
omp_get_num_threads
();
24
omp_get_max_threads
();
25
return
0;
26
}
27
28
// end of file //
omp_get_max_threads
int omp_get_max_threads()
omp_get_num_threads
int omp_get_num_threads()
omp_get_wtime
double omp_get_wtime()
main
int main()
Definition:
test-touch.c:21
Generated on Mon May 26 2025 20:58:08 for LLVM OpenMP by
1.9.6