File: libgomp.map

package info (click to toggle)
ghdl 0.29%2Bgcc4.3.4%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 127,928 kB
  • ctags: 84,078
  • sloc: ansic: 1,016,442; ada: 102,633; makefile: 51,566; asm: 27,741; sh: 14,879; cpp: 4,767; f90: 3,583; ml: 2,485; yacc: 1,102; perl: 1,092; exp: 745; awk: 639; lex: 461; fortran: 394; pascal: 87; lisp: 59
file content (105 lines) | stat: -rw-r--r-- 2,210 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
OMP_1.0 {
  global:
	omp_set_num_threads;
	omp_get_num_threads;
	omp_get_max_threads;
	omp_get_thread_num;
	omp_get_num_procs;
	omp_in_parallel;
	omp_set_dynamic;
	omp_get_dynamic;
	omp_set_nested;
	omp_get_nested;
	omp_init_lock;
	omp_init_nest_lock;
	omp_destroy_lock;
	omp_destroy_nest_lock;
	omp_set_lock;
	omp_set_nest_lock;
	omp_unset_lock;
	omp_unset_nest_lock;
	omp_test_lock;
	omp_test_nest_lock;
	omp_destroy_lock_;
	omp_destroy_nest_lock_;
	omp_get_dynamic_;
	omp_get_max_threads_;
	omp_get_nested_;
	omp_get_num_procs_;
	omp_get_num_threads_;
	omp_get_thread_num_;
	omp_in_parallel_;
	omp_init_lock_;
	omp_init_nest_lock_;
	omp_set_dynamic_;
	omp_set_dynamic_8_;
	omp_set_lock_;
	omp_set_nest_lock_;
	omp_set_nested_;
	omp_set_nested_8_;
	omp_set_num_threads_;
	omp_set_num_threads_8_;
	omp_test_lock_;
	omp_test_nest_lock_;
	omp_unset_lock_;
	omp_unset_nest_lock_;
  local:
	*;
};

OMP_2.0 {
  global:
	omp_get_wtick;
	omp_get_wtime;
	omp_get_wtick_;
	omp_get_wtime_;
} OMP_1.0;

GOMP_1.0 {
  global:
	GOMP_atomic_end;
	GOMP_atomic_start;
	GOMP_barrier;
	GOMP_critical_end;
	GOMP_critical_name_end;
	GOMP_critical_name_start;
	GOMP_critical_start;
	GOMP_loop_dynamic_next;
	GOMP_loop_dynamic_start;
	GOMP_loop_end;
	GOMP_loop_end_nowait;
	GOMP_loop_guided_next;
	GOMP_loop_guided_start;
	GOMP_loop_ordered_dynamic_first;
	GOMP_loop_ordered_dynamic_next;
	GOMP_loop_ordered_dynamic_start;
	GOMP_loop_ordered_guided_first;
	GOMP_loop_ordered_guided_next;
	GOMP_loop_ordered_guided_start;
	GOMP_loop_ordered_runtime_first;
	GOMP_loop_ordered_runtime_next;
	GOMP_loop_ordered_runtime_start;
	GOMP_loop_ordered_static_first;
	GOMP_loop_ordered_static_next;
	GOMP_loop_ordered_static_start;
	GOMP_loop_runtime_next;
	GOMP_loop_runtime_start;
	GOMP_loop_static_next;
	GOMP_loop_static_start;
	GOMP_ordered_end;
	GOMP_ordered_start;
	GOMP_parallel_end;
	GOMP_parallel_loop_dynamic_start;
	GOMP_parallel_loop_guided_start;
	GOMP_parallel_loop_runtime_start;
	GOMP_parallel_loop_static_start;
	GOMP_parallel_sections_start;
	GOMP_parallel_start;
	GOMP_sections_end;
	GOMP_sections_end_nowait;
	GOMP_sections_next;
	GOMP_sections_start;
	GOMP_single_copy_end;
	GOMP_single_copy_start;
	GOMP_single_start;
};