ROSE
0.9.6a
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
omp_lib_kinds.h
Go to the documentation of this file.
1
c from OpenMP 3.0 D.2 p 304: Interface Declaration
2
integer omp_lock_kind
3
parameter ( omp_lock_kind = 8 )
4
integer omp_nest_lock_kind
5
parameter ( omp_nest_lock_kind = 8 )
6
7
integer omp_sched_kind
8
parameter ( omp_sched_kind = 4)
9
10
integer ( omp_sched_kind )
omp_sched_static
11
parameter (
omp_sched_static
= 1 )
12
integer ( omp_sched_kind )
omp_sched_dynamic
13
parameter (
omp_sched_dynamic
= 2 )
14
integer ( omp_sched_kind )
omp_sched_guided
15
parameter (
omp_sched_guided
= 3 )
16
integer ( omp_sched_kind )
omp_sched_auto
17
parameter (
omp_sched_auto
= 4 )
rose-edg4x
src
frontend
SageIII
omp_lib_kinds.h
Generated on Mon May 5 2014 17:29:24 for ROSE by
1.8.4