libstdc++: Refactor loops in std::__platform_semaphore
[official-gcc.git] / libgomp / libgomp.map
blob7c2345eb29b34369d8bfb6b1f7ee115190ae6102
1 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 #ifdef HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT
14         # If the assembler used lacks the .symver directive or the linker
15         # doesn't support GNU symbol versioning, we have the same symbol in
16         # two versions, which Sun ld chokes on. 
17         omp_init_lock;
18         omp_init_nest_lock;
19         omp_destroy_lock;
20         omp_destroy_nest_lock;
21         omp_set_lock;
22         omp_set_nest_lock;
23         omp_unset_lock;
24         omp_unset_nest_lock;
25         omp_test_lock;
26         omp_test_nest_lock;
27         omp_destroy_lock_;
28         omp_destroy_nest_lock_;
29         omp_init_lock_;
30         omp_init_nest_lock_;
31         omp_set_lock_;
32         omp_set_nest_lock_;
33         omp_test_lock_;
34         omp_test_nest_lock_;
35         omp_unset_lock_;
36         omp_unset_nest_lock_;
37 #endif
38         omp_get_dynamic_;
39         omp_get_max_threads_;
40         omp_get_nested_;
41         omp_get_num_procs_;
42         omp_get_num_threads_;
43         omp_get_thread_num_;
44         omp_in_parallel_;
45         omp_set_dynamic_;
46         omp_set_dynamic_8_;
47         omp_set_nested_;
48         omp_set_nested_8_;
49         omp_set_num_threads_;
50         omp_set_num_threads_8_;
51   local:
52         *;
55 OMP_2.0 {
56   global:
57         omp_get_wtick;
58         omp_get_wtime;
59         omp_get_wtick_;
60         omp_get_wtime_;
61 } OMP_1.0;
63 OMP_3.0 {
64   global:
65         omp_set_schedule;
66         omp_set_schedule_;
67         omp_set_schedule_8_;
68         omp_get_schedule;
69         omp_get_schedule_;
70         omp_get_schedule_8_;
71         omp_get_thread_limit;
72         omp_get_thread_limit_;
73         omp_set_max_active_levels;
74         omp_set_max_active_levels_;
75         omp_set_max_active_levels_8_;
76         omp_get_max_active_levels;
77         omp_get_max_active_levels_;
78         omp_get_level;
79         omp_get_level_;
80         omp_get_ancestor_thread_num;
81         omp_get_ancestor_thread_num_;
82         omp_get_ancestor_thread_num_8_;
83         omp_get_team_size;
84         omp_get_team_size_;
85         omp_get_team_size_8_;
86         omp_get_active_level;
87         omp_get_active_level_;
88         omp_init_lock;
89         omp_init_nest_lock;
90         omp_destroy_lock;
91         omp_destroy_nest_lock;
92         omp_set_lock;
93         omp_set_nest_lock;
94         omp_unset_lock;
95         omp_unset_nest_lock;
96         omp_test_lock;
97         omp_test_nest_lock;
98         omp_destroy_lock_;
99         omp_destroy_nest_lock_;
100         omp_init_lock_;
101         omp_init_nest_lock_;
102         omp_set_lock_;
103         omp_set_nest_lock_;
104         omp_test_lock_;
105         omp_test_nest_lock_;
106         omp_unset_lock_;
107         omp_unset_nest_lock_;
108 } OMP_2.0;
110 OMP_3.1 {
111   global:
112         omp_in_final;
113         omp_in_final_;
114 } OMP_3.0;
116 OMP_4.0 {
117   global:
118         omp_get_cancellation;
119         omp_get_cancellation_;
120         omp_get_proc_bind;
121         omp_get_proc_bind_;
122         omp_set_default_device;
123         omp_set_default_device_;
124         omp_set_default_device_8_;
125         omp_get_default_device;
126         omp_get_default_device_;
127         omp_get_num_devices;
128         omp_get_num_devices_;
129         omp_get_num_teams;
130         omp_get_num_teams_;
131         omp_get_team_num;
132         omp_get_team_num_;
133         omp_is_initial_device;
134         omp_is_initial_device_;
135 } OMP_3.1;
137 OMP_4.5 {
138   global:
139         omp_get_max_task_priority;
140         omp_get_max_task_priority_;
141         omp_get_num_places;
142         omp_get_num_places_;
143         omp_get_place_num_procs;
144         omp_get_place_num_procs_;
145         omp_get_place_num_procs_8_;
146         omp_get_place_proc_ids;
147         omp_get_place_proc_ids_;
148         omp_get_place_proc_ids_8_;
149         omp_get_place_num;
150         omp_get_place_num_;
151         omp_get_partition_num_places;
152         omp_get_partition_num_places_;
153         omp_get_partition_place_nums;
154         omp_get_partition_place_nums_;
155         omp_get_partition_place_nums_8_;
156         omp_get_initial_device;
157         omp_get_initial_device_;
158         omp_target_alloc;
159         omp_target_free;
160         omp_target_is_present;
161         omp_target_memcpy;
162         omp_target_memcpy_rect;
163         omp_target_associate_ptr;
164         omp_target_disassociate_ptr;
165 } OMP_4.0;
167 OMP_5.0 {
168   global:
169         omp_capture_affinity;
170         omp_capture_affinity_;
171         omp_display_affinity;
172         omp_display_affinity_;
173         omp_get_affinity_format;
174         omp_get_affinity_format_;
175         omp_set_affinity_format;
176         omp_set_affinity_format_;
177         omp_pause_resource;
178         omp_pause_resource_;
179         omp_pause_resource_all;
180         omp_pause_resource_all_;
181 } OMP_4.5;
183 OMP_5.0.1 {
184   global:
185         omp_set_default_allocator;
186         omp_set_default_allocator_;
187         omp_get_default_allocator;
188         omp_get_default_allocator_;
189         omp_init_allocator;
190         omp_init_allocator_;
191         omp_init_allocator_8_;
192         omp_destroy_allocator;
193         omp_destroy_allocator_;
194         omp_alloc;
195         omp_free;
196         omp_get_supported_active_levels;
197         omp_get_supported_active_levels_;
198         omp_fulfill_event;
199         omp_fulfill_event_;
200 } OMP_5.0;
202 OMP_5.0.2 {
203   global:
204         omp_get_device_num;
205         omp_get_device_num_;
206         omp_aligned_alloc;
207         omp_calloc;
208         omp_aligned_calloc;
209         omp_realloc;
210 } OMP_5.0.1;
212 OMP_5.1 {
213   global:
214         omp_display_env;
215         omp_display_env_;
216         omp_display_env_8_;
217         omp_set_num_teams;
218         omp_set_num_teams_;
219         omp_set_num_teams_8_;
220         omp_get_max_teams;
221         omp_get_max_teams_;
222         omp_set_teams_thread_limit;
223         omp_set_teams_thread_limit_;
224         omp_set_teams_thread_limit_8_;
225         omp_get_teams_thread_limit;
226         omp_get_teams_thread_limit_;
227 } OMP_5.0.2;
229 OMP_5.1.1 {
230   global:
231         omp_get_mapped_ptr;
232         omp_target_is_accessible;
233         omp_target_memcpy_async;
234         omp_target_memcpy_rect_async;
235 } OMP_5.1;
237 OMP_5.2 {
238   global:
239         omp_in_explicit_task;
240         omp_in_explicit_task_;
241 } OMP_5.1.1;
243 GOMP_1.0 {
244   global:
245         GOMP_atomic_end;
246         GOMP_atomic_start;
247         GOMP_barrier;
248         GOMP_critical_end;
249         GOMP_critical_name_end;
250         GOMP_critical_name_start;
251         GOMP_critical_start;
252         GOMP_loop_dynamic_next;
253         GOMP_loop_dynamic_start;
254         GOMP_loop_end;
255         GOMP_loop_end_nowait;
256         GOMP_loop_guided_next;
257         GOMP_loop_guided_start;
258         GOMP_loop_ordered_dynamic_next;
259         GOMP_loop_ordered_dynamic_start;
260         GOMP_loop_ordered_guided_next;
261         GOMP_loop_ordered_guided_start;
262         GOMP_loop_ordered_runtime_next;
263         GOMP_loop_ordered_runtime_start;
264         GOMP_loop_ordered_static_next;
265         GOMP_loop_ordered_static_start;
266         GOMP_loop_runtime_next;
267         GOMP_loop_runtime_start;
268         GOMP_loop_static_next;
269         GOMP_loop_static_start;
270         GOMP_ordered_end;
271         GOMP_ordered_start;
272         GOMP_parallel_end;
273         GOMP_parallel_loop_dynamic_start;
274         GOMP_parallel_loop_guided_start;
275         GOMP_parallel_loop_runtime_start;
276         GOMP_parallel_loop_static_start;
277         GOMP_parallel_sections_start;
278         GOMP_parallel_start;
279         GOMP_sections_end;
280         GOMP_sections_end_nowait;
281         GOMP_sections_next;
282         GOMP_sections_start;
283         GOMP_single_copy_end;
284         GOMP_single_copy_start;
285         GOMP_single_start;
288 GOMP_2.0 {
289   global:
290         GOMP_task;
291         GOMP_taskwait;
292         GOMP_loop_ull_dynamic_next;
293         GOMP_loop_ull_dynamic_start;
294         GOMP_loop_ull_guided_next;
295         GOMP_loop_ull_guided_start;
296         GOMP_loop_ull_ordered_dynamic_next;
297         GOMP_loop_ull_ordered_dynamic_start;
298         GOMP_loop_ull_ordered_guided_next;
299         GOMP_loop_ull_ordered_guided_start;
300         GOMP_loop_ull_ordered_runtime_next;
301         GOMP_loop_ull_ordered_runtime_start;
302         GOMP_loop_ull_ordered_static_next;
303         GOMP_loop_ull_ordered_static_start;
304         GOMP_loop_ull_runtime_next;
305         GOMP_loop_ull_runtime_start;
306         GOMP_loop_ull_static_next;
307         GOMP_loop_ull_static_start;
308 } GOMP_1.0;
310 GOMP_3.0 {
311   global:
312         GOMP_taskyield;
313 } GOMP_2.0;
315 GOMP_4.0 {
316   global:
317         GOMP_barrier_cancel;
318         GOMP_cancel;
319         GOMP_cancellation_point;
320         GOMP_loop_end_cancel;
321         GOMP_parallel_loop_dynamic;
322         GOMP_parallel_loop_guided;
323         GOMP_parallel_loop_runtime;
324         GOMP_parallel_loop_static;
325         GOMP_parallel_sections;
326         GOMP_parallel;
327         GOMP_sections_end_cancel;
328         GOMP_taskgroup_start;
329         GOMP_taskgroup_end;
330         GOMP_target;
331         GOMP_target_data;
332         GOMP_target_end_data;
333         GOMP_target_update;
334         GOMP_teams;
335 } GOMP_3.0;
337 GOMP_4.0.1 {
338   global:
339         GOMP_offload_register;
340         GOMP_offload_unregister;
341 } GOMP_4.0;
343 GOMP_4.5 {
344   global:
345         GOMP_target_ext;
346         GOMP_target_data_ext;
347         GOMP_target_update_ext;
348         GOMP_target_enter_exit_data;
349         GOMP_taskloop;
350         GOMP_taskloop_ull;
351         GOMP_offload_register_ver;
352         GOMP_offload_unregister_ver;
353         GOMP_loop_doacross_dynamic_start;
354         GOMP_loop_doacross_guided_start;
355         GOMP_loop_doacross_runtime_start;
356         GOMP_loop_doacross_static_start;
357         GOMP_doacross_post;
358         GOMP_doacross_wait;
359         GOMP_loop_ull_doacross_dynamic_start;
360         GOMP_loop_ull_doacross_guided_start;
361         GOMP_loop_ull_doacross_runtime_start;
362         GOMP_loop_ull_doacross_static_start;
363         GOMP_doacross_ull_post;
364         GOMP_doacross_ull_wait;
365         GOMP_loop_nonmonotonic_dynamic_next;
366         GOMP_loop_nonmonotonic_dynamic_start;
367         GOMP_loop_nonmonotonic_guided_next;
368         GOMP_loop_nonmonotonic_guided_start;
369         GOMP_loop_ull_nonmonotonic_dynamic_next;
370         GOMP_loop_ull_nonmonotonic_dynamic_start;
371         GOMP_loop_ull_nonmonotonic_guided_next;
372         GOMP_loop_ull_nonmonotonic_guided_start;
373         GOMP_parallel_loop_nonmonotonic_dynamic;
374         GOMP_parallel_loop_nonmonotonic_guided;
375 } GOMP_4.0.1;
377 GOMP_5.0 {
378   global:
379         GOMP_loop_doacross_start;
380         GOMP_loop_maybe_nonmonotonic_runtime_next;
381         GOMP_loop_maybe_nonmonotonic_runtime_start;
382         GOMP_loop_nonmonotonic_runtime_next;
383         GOMP_loop_nonmonotonic_runtime_start;
384         GOMP_loop_ordered_start;
385         GOMP_loop_start;
386         GOMP_loop_ull_doacross_start;
387         GOMP_loop_ull_maybe_nonmonotonic_runtime_next;
388         GOMP_loop_ull_maybe_nonmonotonic_runtime_start;
389         GOMP_loop_ull_nonmonotonic_runtime_next;
390         GOMP_loop_ull_nonmonotonic_runtime_start;
391         GOMP_loop_ull_ordered_start;
392         GOMP_loop_ull_start;
393         GOMP_parallel_loop_maybe_nonmonotonic_runtime;
394         GOMP_parallel_loop_nonmonotonic_runtime;
395         GOMP_parallel_reductions;
396         GOMP_sections2_start;
397         GOMP_taskgroup_reduction_register;
398         GOMP_taskgroup_reduction_unregister;
399         GOMP_task_reduction_remap;
400         GOMP_taskwait_depend;
401         GOMP_teams_reg;
402         GOMP_workshare_task_reduction_unregister;
403 } GOMP_4.5;
405 GOMP_5.0.1 {
406   global:
407         GOMP_alloc;
408         GOMP_free;
409 } GOMP_5.0;
411 GOMP_5.1 {
412   global:
413         GOMP_error;
414         GOMP_scope_start;
415         GOMP_warning;
416         GOMP_teams4;
417 } GOMP_5.0.1;
419 GOMP_5.1.1 {
420   global:
421         GOMP_taskwait_depend_nowait;
422 } GOMP_5.1;
424 GOMP_5.1.2 {
425   global:
426         GOMP_add_alloc;
427         GOMP_is_alloc;
428         GOMP_target_map_indirect_ptr;
429 } GOMP_5.1.1;
431 GOMP_5.1.3 {
432   global:
433         omp_get_num_interop_properties;
434         omp_get_interop_int;
435         omp_get_interop_ptr;
436         omp_get_interop_str;
437         omp_get_interop_name;
438         omp_get_interop_type_desc;
439         omp_get_interop_rc_desc;
440         omp_get_interop_str_;
441         omp_get_interop_name_;
442         omp_get_interop_type_desc_;
443         omp_get_interop_rc_desc_;
444 } GOMP_5.1.2;
446 OACC_2.0 {
447   global:
448         acc_get_num_devices;
449         acc_get_num_devices_h_;
450         acc_set_device_type;
451         acc_set_device_type_h_;
452         acc_get_device_type;
453         acc_get_device_type_h_;
454         acc_set_device_num;
455         acc_set_device_num_h_;
456         acc_get_device_num;
457         acc_get_device_num_h_;
458         acc_async_test;
459         acc_async_test_h_;
460         acc_async_test_all;
461         acc_async_test_all_h_;
462         acc_wait;
463         acc_wait_h_;
464         acc_wait_async;
465         acc_wait_async_h_;
466         acc_wait_all;
467         acc_wait_all_h_;
468         acc_wait_all_async;
469         acc_wait_all_async_h_;
470         acc_init;
471         acc_init_h_;
472         acc_shutdown;
473         acc_shutdown_h_;
474         acc_on_device;
475         acc_on_device_h_;
476         acc_malloc;
477         acc_free;
478         acc_copyin;
479         acc_copyin_32_h_;
480         acc_copyin_64_h_;
481         acc_copyin_array_h_;
482         acc_present_or_copyin;
483         acc_present_or_copyin_32_h_;
484         acc_present_or_copyin_64_h_;
485         acc_present_or_copyin_array_h_;
486         acc_create;
487         acc_create_32_h_;
488         acc_create_64_h_;
489         acc_create_array_h_;
490         acc_present_or_create;
491         acc_present_or_create_32_h_;
492         acc_present_or_create_64_h_;
493         acc_present_or_create_array_h_;
494         acc_copyout;
495         acc_copyout_32_h_;
496         acc_copyout_64_h_;
497         acc_copyout_array_h_;
498         acc_delete;
499         acc_delete_32_h_;
500         acc_delete_64_h_;
501         acc_delete_array_h_;
502         acc_update_device;
503         acc_update_device_32_h_;
504         acc_update_device_64_h_;
505         acc_update_device_array_h_;
506         acc_update_self;
507         acc_update_self_32_h_;
508         acc_update_self_64_h_;
509         acc_update_self_array_h_;
510         acc_map_data;
511         acc_unmap_data;
512         acc_deviceptr;
513         acc_hostptr;
514         acc_is_present;
515         acc_is_present_32_h_;
516         acc_is_present_64_h_;
517         acc_is_present_array_h_;
518         acc_memcpy_to_device;
519         acc_memcpy_from_device;
520         acc_get_current_cuda_device;
521         acc_get_current_cuda_context;
522         acc_get_cuda_stream;
523         acc_set_cuda_stream;
526 OACC_2.0.1 {
527   global:
528         acc_async_wait;
529         acc_async_wait_all;
530         acc_pcopyin;
531         acc_pcreate;
532 } OACC_2.0;
534 OACC_2.5 {
535   global:
536         acc_copyin_async;
537         acc_copyin_async_32_h_;
538         acc_copyin_async_64_h_;
539         acc_copyin_async_array_h_;
540         acc_copyout_async;
541         acc_copyout_async_32_h_;
542         acc_copyout_async_64_h_;
543         acc_copyout_async_array_h_;
544         acc_copyout_finalize;
545         acc_copyout_finalize_32_h_;
546         acc_copyout_finalize_64_h_;
547         acc_copyout_finalize_array_h_;
548         acc_copyout_finalize_async;
549         acc_copyout_finalize_async_32_h_;
550         acc_copyout_finalize_async_64_h_;
551         acc_copyout_finalize_async_array_h_;
552         acc_create_async;
553         acc_create_async_32_h_;
554         acc_create_async_64_h_;
555         acc_create_async_array_h_;
556         acc_delete_async;
557         acc_delete_async_32_h_;
558         acc_delete_async_64_h_;
559         acc_delete_async_array_h_;
560         acc_delete_finalize;
561         acc_delete_finalize_32_h_;
562         acc_delete_finalize_64_h_;
563         acc_delete_finalize_array_h_;
564         acc_delete_finalize_async;
565         acc_delete_finalize_async_32_h_;
566         acc_delete_finalize_async_64_h_;
567         acc_delete_finalize_async_array_h_;
568         acc_memcpy_from_device_async;
569         acc_memcpy_to_device_async;
570         acc_update_device_async;
571         acc_update_device_async_32_h_;
572         acc_update_device_async_64_h_;
573         acc_update_device_async_array_h_;
574         acc_update_self_async;
575         acc_update_self_async_32_h_;
576         acc_update_self_async_64_h_;
577         acc_update_self_async_array_h_;
578 } OACC_2.0.1;
580 OACC_2.5.1 {
581   global:
582         acc_prof_lookup;
583         acc_prof_register;
584         acc_prof_unregister;
585         acc_register_library;
586 } OACC_2.5;
588 OACC_2.6 {
589   global:
590         acc_attach;
591         acc_attach_async;
592         acc_detach;
593         acc_detach_async;
594         acc_detach_finalize;
595         acc_detach_finalize_async;
596         acc_get_property;
597         acc_get_property_h_;
598         acc_get_property_string;
599         acc_get_property_string_h_;
600 } OACC_2.5.1;
602 GOACC_2.0 {
603   global:
604         GOACC_data_end;
605         GOACC_data_start;
606         GOACC_enter_exit_data;
607         GOACC_parallel;
608         GOACC_update;
609         GOACC_wait;
610         GOACC_get_thread_num;
611         GOACC_get_num_threads;
614 GOACC_2.0.1 {
615   global:
616         GOACC_declare;
617         GOACC_parallel_keyed;
618 } GOACC_2.0;
620 GOACC_2.0.2 {
621   global:
622         GOACC_enter_data;
623         GOACC_exit_data;
624 } GOACC_2.0.1;
626 GOMP_PLUGIN_1.0 {
627   global:
628         GOMP_PLUGIN_malloc;
629         GOMP_PLUGIN_malloc_cleared;
630         GOMP_PLUGIN_realloc;
631         GOMP_PLUGIN_debug;
632         GOMP_PLUGIN_error;
633         GOMP_PLUGIN_fatal;
634         GOMP_PLUGIN_async_unmap_vars;
635         GOMP_PLUGIN_acc_thread;
638 GOMP_PLUGIN_1.1 {
639   global:
640         GOMP_PLUGIN_target_task_completion;
641 } GOMP_PLUGIN_1.0;
643 GOMP_PLUGIN_1.2 {
644   global:
645         GOMP_PLUGIN_acc_default_dim;
646 } GOMP_PLUGIN_1.1;
648 GOMP_PLUGIN_1.3 {
649   global:
650         GOMP_PLUGIN_goacc_profiling_dispatch;
651         GOMP_PLUGIN_goacc_thread;
652 } GOMP_PLUGIN_1.2;
654 GOMP_PLUGIN_1.4 {
655   global:
656         GOMP_PLUGIN_target_rev;
657 } GOMP_PLUGIN_1.3;