OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [libgomp/] [libgomp.map] - Blame information for rev 847

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 273 jeremybenn
OMP_1.0 {
2
  global:
3
        omp_set_num_threads;
4
        omp_get_num_threads;
5
        omp_get_max_threads;
6
        omp_get_thread_num;
7
        omp_get_num_procs;
8
        omp_in_parallel;
9
        omp_set_dynamic;
10
        omp_get_dynamic;
11
        omp_set_nested;
12
        omp_get_nested;
13
        omp_init_lock;
14
        omp_init_nest_lock;
15
        omp_destroy_lock;
16
        omp_destroy_nest_lock;
17
        omp_set_lock;
18
        omp_set_nest_lock;
19
        omp_unset_lock;
20
        omp_unset_nest_lock;
21
        omp_test_lock;
22
        omp_test_nest_lock;
23
        omp_destroy_lock_;
24
        omp_destroy_nest_lock_;
25
        omp_get_dynamic_;
26
        omp_get_max_threads_;
27
        omp_get_nested_;
28
        omp_get_num_procs_;
29
        omp_get_num_threads_;
30
        omp_get_thread_num_;
31
        omp_in_parallel_;
32
        omp_init_lock_;
33
        omp_init_nest_lock_;
34
        omp_set_dynamic_;
35
        omp_set_dynamic_8_;
36
        omp_set_lock_;
37
        omp_set_nest_lock_;
38
        omp_set_nested_;
39
        omp_set_nested_8_;
40
        omp_set_num_threads_;
41
        omp_set_num_threads_8_;
42
        omp_test_lock_;
43
        omp_test_nest_lock_;
44
        omp_unset_lock_;
45
        omp_unset_nest_lock_;
46
  local:
47
        *;
48
};
49
 
50
OMP_2.0 {
51
  global:
52
        omp_get_wtick;
53
        omp_get_wtime;
54
        omp_get_wtick_;
55
        omp_get_wtime_;
56
} OMP_1.0;
57
 
58
OMP_3.0 {
59
  global:
60
        omp_set_schedule;
61
        omp_set_schedule_;
62
        omp_set_schedule_8_;
63
        omp_get_schedule;
64
        omp_get_schedule_;
65
        omp_get_schedule_8_;
66
        omp_get_thread_limit;
67
        omp_get_thread_limit_;
68
        omp_set_max_active_levels;
69
        omp_set_max_active_levels_;
70
        omp_set_max_active_levels_8_;
71
        omp_get_max_active_levels;
72
        omp_get_max_active_levels_;
73
        omp_get_level;
74
        omp_get_level_;
75
        omp_get_ancestor_thread_num;
76
        omp_get_ancestor_thread_num_;
77
        omp_get_ancestor_thread_num_8_;
78
        omp_get_team_size;
79
        omp_get_team_size_;
80
        omp_get_team_size_8_;
81
        omp_get_active_level;
82
        omp_get_active_level_;
83
        omp_init_lock;
84
        omp_init_nest_lock;
85
        omp_destroy_lock;
86
        omp_destroy_nest_lock;
87
        omp_set_lock;
88
        omp_set_nest_lock;
89
        omp_unset_lock;
90
        omp_unset_nest_lock;
91
        omp_test_lock;
92
        omp_test_nest_lock;
93
        omp_destroy_lock_;
94
        omp_destroy_nest_lock_;
95
        omp_init_lock_;
96
        omp_init_nest_lock_;
97
        omp_set_lock_;
98
        omp_set_nest_lock_;
99
        omp_test_lock_;
100
        omp_test_nest_lock_;
101
        omp_unset_lock_;
102
        omp_unset_nest_lock_;
103
} OMP_2.0;
104
 
105
GOMP_1.0 {
106
  global:
107
        GOMP_atomic_end;
108
        GOMP_atomic_start;
109
        GOMP_barrier;
110
        GOMP_critical_end;
111
        GOMP_critical_name_end;
112
        GOMP_critical_name_start;
113
        GOMP_critical_start;
114
        GOMP_loop_dynamic_next;
115
        GOMP_loop_dynamic_start;
116
        GOMP_loop_end;
117
        GOMP_loop_end_nowait;
118
        GOMP_loop_guided_next;
119
        GOMP_loop_guided_start;
120
        GOMP_loop_ordered_dynamic_next;
121
        GOMP_loop_ordered_dynamic_start;
122
        GOMP_loop_ordered_guided_next;
123
        GOMP_loop_ordered_guided_start;
124
        GOMP_loop_ordered_runtime_next;
125
        GOMP_loop_ordered_runtime_start;
126
        GOMP_loop_ordered_static_next;
127
        GOMP_loop_ordered_static_start;
128
        GOMP_loop_runtime_next;
129
        GOMP_loop_runtime_start;
130
        GOMP_loop_static_next;
131
        GOMP_loop_static_start;
132
        GOMP_ordered_end;
133
        GOMP_ordered_start;
134
        GOMP_parallel_end;
135
        GOMP_parallel_loop_dynamic_start;
136
        GOMP_parallel_loop_guided_start;
137
        GOMP_parallel_loop_runtime_start;
138
        GOMP_parallel_loop_static_start;
139
        GOMP_parallel_sections_start;
140
        GOMP_parallel_start;
141
        GOMP_sections_end;
142
        GOMP_sections_end_nowait;
143
        GOMP_sections_next;
144
        GOMP_sections_start;
145
        GOMP_single_copy_end;
146
        GOMP_single_copy_start;
147
        GOMP_single_start;
148
};
149
 
150
GOMP_2.0 {
151
  global:
152
        GOMP_task;
153
        GOMP_taskwait;
154
        GOMP_loop_ull_dynamic_next;
155
        GOMP_loop_ull_dynamic_start;
156
        GOMP_loop_ull_guided_next;
157
        GOMP_loop_ull_guided_start;
158
        GOMP_loop_ull_ordered_dynamic_next;
159
        GOMP_loop_ull_ordered_dynamic_start;
160
        GOMP_loop_ull_ordered_guided_next;
161
        GOMP_loop_ull_ordered_guided_start;
162
        GOMP_loop_ull_ordered_runtime_next;
163
        GOMP_loop_ull_ordered_runtime_start;
164
        GOMP_loop_ull_ordered_static_next;
165
        GOMP_loop_ull_ordered_static_start;
166
        GOMP_loop_ull_runtime_next;
167
        GOMP_loop_ull_runtime_start;
168
        GOMP_loop_ull_static_next;
169
        GOMP_loop_ull_static_start;
170
} GOMP_1.0;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.