1OMP_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
50OMP_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
58GOMP_1.0 {
59  global:
60	GOMP_atomic_end;
61	GOMP_atomic_start;
62	GOMP_barrier;
63	GOMP_critical_end;
64	GOMP_critical_name_end;
65	GOMP_critical_name_start;
66	GOMP_critical_start;
67	GOMP_loop_dynamic_next;
68	GOMP_loop_dynamic_start;
69	GOMP_loop_end;
70	GOMP_loop_end_nowait;
71	GOMP_loop_guided_next;
72	GOMP_loop_guided_start;
73	GOMP_loop_ordered_dynamic_first;
74	GOMP_loop_ordered_dynamic_next;
75	GOMP_loop_ordered_dynamic_start;
76	GOMP_loop_ordered_guided_first;
77	GOMP_loop_ordered_guided_next;
78	GOMP_loop_ordered_guided_start;
79	GOMP_loop_ordered_runtime_first;
80	GOMP_loop_ordered_runtime_next;
81	GOMP_loop_ordered_runtime_start;
82	GOMP_loop_ordered_static_first;
83	GOMP_loop_ordered_static_next;
84	GOMP_loop_ordered_static_start;
85	GOMP_loop_runtime_next;
86	GOMP_loop_runtime_start;
87	GOMP_loop_static_next;
88	GOMP_loop_static_start;
89	GOMP_ordered_end;
90	GOMP_ordered_start;
91	GOMP_parallel_end;
92	GOMP_parallel_loop_dynamic_start;
93	GOMP_parallel_loop_guided_start;
94	GOMP_parallel_loop_runtime_start;
95	GOMP_parallel_loop_static_start;
96	GOMP_parallel_sections_start;
97	GOMP_parallel_start;
98	GOMP_sections_end;
99	GOMP_sections_end_nowait;
100	GOMP_sections_next;
101	GOMP_sections_start;
102	GOMP_single_copy_end;
103	GOMP_single_copy_start;
104	GOMP_single_start;
105};
106