1 | char __sync_fetch_and_add(volatile char *, char,...); |
---|
2 | char __sync_fetch_and_add_1(volatile char *, char,...); |
---|
3 | short __sync_fetch_and_add(volatile short *, short,...); |
---|
4 | short __sync_fetch_and_add_2(volatile short *, short,...); |
---|
5 | int __sync_fetch_and_add(volatile int *, int,...); |
---|
6 | int __sync_fetch_and_add_4(volatile int *, int,...); |
---|
7 | long long int __sync_fetch_and_add(volatile long long int *, long long int,...); |
---|
8 | long long int __sync_fetch_and_add_8(volatile long long int *, long long int,...); |
---|
9 | __int128 __sync_fetch_and_add(volatile __int128 *, __int128,...); |
---|
10 | __int128 __sync_fetch_and_add_16(volatile __int128 *, __int128,...); |
---|
11 | |
---|
12 | char __sync_fetch_and_sub(volatile char *, char,...); |
---|
13 | char __sync_fetch_and_sub_1(volatile char *, char,...); |
---|
14 | short __sync_fetch_and_sub(volatile short *, short,...); |
---|
15 | short __sync_fetch_and_sub_2(volatile short *, short,...); |
---|
16 | int __sync_fetch_and_sub(volatile int *, int,...); |
---|
17 | int __sync_fetch_and_sub_4(volatile int *, int,...); |
---|
18 | long long int __sync_fetch_and_sub(volatile long long int *, long long int,...); |
---|
19 | long long int __sync_fetch_and_sub_8(volatile long long int *, long long int,...); |
---|
20 | __int128 __sync_fetch_and_sub(volatile __int128 *, __int128,...); |
---|
21 | __int128 __sync_fetch_and_sub_16(volatile __int128 *, __int128,...); |
---|
22 | |
---|
23 | char __sync_fetch_and_or(volatile char *, char,...); |
---|
24 | char __sync_fetch_and_or_1(volatile char *, char,...); |
---|
25 | short __sync_fetch_and_or(volatile short *, short,...); |
---|
26 | short __sync_fetch_and_or_2(volatile short *, short,...); |
---|
27 | int __sync_fetch_and_or(volatile int *, int,...); |
---|
28 | int __sync_fetch_and_or_4(volatile int *, int,...); |
---|
29 | long long int __sync_fetch_and_or(volatile long long int *, long long int,...); |
---|
30 | long long int __sync_fetch_and_or_8(volatile long long int *, long long int,...); |
---|
31 | __int128 __sync_fetch_and_or(volatile __int128 *, __int128,...); |
---|
32 | __int128 __sync_fetch_and_or_16(volatile __int128 *, __int128,...); |
---|
33 | |
---|
34 | char __sync_fetch_and_and(volatile char *, char,...); |
---|
35 | char __sync_fetch_and_and_1(volatile char *, char,...); |
---|
36 | short __sync_fetch_and_and(volatile short *, short,...); |
---|
37 | short __sync_fetch_and_and_2(volatile short *, short,...); |
---|
38 | int __sync_fetch_and_and(volatile int *, int,...); |
---|
39 | int __sync_fetch_and_and_4(volatile int *, int,...); |
---|
40 | long long int __sync_fetch_and_and(volatile long long int *, long long int,...); |
---|
41 | long long int __sync_fetch_and_and_8(volatile long long int *, long long int,...); |
---|
42 | __int128 __sync_fetch_and_and(volatile __int128 *, __int128,...); |
---|
43 | __int128 __sync_fetch_and_and_16(volatile __int128 *, __int128,...); |
---|
44 | |
---|
45 | char __sync_fetch_and_xor(volatile char *, char,...); |
---|
46 | char __sync_fetch_and_xor_1(volatile char *, char,...); |
---|
47 | short __sync_fetch_and_xor(volatile short *, short,...); |
---|
48 | short __sync_fetch_and_xor_2(volatile short *, short,...); |
---|
49 | int __sync_fetch_and_xor(volatile int *, int,...); |
---|
50 | int __sync_fetch_and_xor_4(volatile int *, int,...); |
---|
51 | long long int __sync_fetch_and_xor(volatile long long int *, long long int,...); |
---|
52 | long long int __sync_fetch_and_xor_8(volatile long long int *, long long int,...); |
---|
53 | __int128 __sync_fetch_and_xor(volatile __int128 *, __int128,...); |
---|
54 | __int128 __sync_fetch_and_xor_16(volatile __int128 *, __int128,...); |
---|
55 | |
---|
56 | char __sync_fetch_and_nand(volatile char *, char,...); |
---|
57 | char __sync_fetch_and_nand_1(volatile char *, char,...); |
---|
58 | short __sync_fetch_and_nand(volatile short *, short,...); |
---|
59 | short __sync_fetch_and_nand_2(volatile short *, short,...); |
---|
60 | int __sync_fetch_and_nand(volatile int *, int,...); |
---|
61 | int __sync_fetch_and_nand_4(volatile int *, int,...); |
---|
62 | long long int __sync_fetch_and_nand(volatile long long int *, long long int,...); |
---|
63 | long long int __sync_fetch_and_nand_8(volatile long long int *, long long int,...); |
---|
64 | __int128 __sync_fetch_and_nand(volatile __int128 *, __int128,...); |
---|
65 | __int128 __sync_fetch_and_nand_16(volatile __int128 *, __int128,...); |
---|
66 | |
---|
67 | char __sync_add_and_fetch(volatile char *, char,...); |
---|
68 | char __sync_add_and_fetch_1(volatile char *, char,...); |
---|
69 | short __sync_add_and_fetch(volatile short *, short,...); |
---|
70 | short __sync_add_and_fetch_2(volatile short *, short,...); |
---|
71 | int __sync_add_and_fetch(volatile int *, int,...); |
---|
72 | int __sync_add_and_fetch_4(volatile int *, int,...); |
---|
73 | long long int __sync_add_and_fetch(volatile long long int *, long long int,...); |
---|
74 | long long int __sync_add_and_fetch_8(volatile long long int *, long long int,...); |
---|
75 | __int128 __sync_add_and_fetch(volatile __int128 *, __int128,...); |
---|
76 | __int128 __sync_add_and_fetch_16(volatile __int128 *, __int128,...); |
---|
77 | |
---|
78 | char __sync_sub_and_fetch(volatile char *, char,...); |
---|
79 | char __sync_sub_and_fetch_1(volatile char *, char,...); |
---|
80 | short __sync_sub_and_fetch(volatile short *, short,...); |
---|
81 | short __sync_sub_and_fetch_2(volatile short *, short,...); |
---|
82 | int __sync_sub_and_fetch(volatile int *, int,...); |
---|
83 | int __sync_sub_and_fetch_4(volatile int *, int,...); |
---|
84 | long long int __sync_sub_and_fetch(volatile long long int *, long long int,...); |
---|
85 | long long int __sync_sub_and_fetch_8(volatile long long int *, long long int,...); |
---|
86 | __int128 __sync_sub_and_fetch(volatile __int128 *, __int128,...); |
---|
87 | __int128 __sync_sub_and_fetch_16(volatile __int128 *, __int128,...); |
---|
88 | |
---|
89 | char __sync_or_and_fetch(volatile char *, char,...); |
---|
90 | char __sync_or_and_fetch_1(volatile char *, char,...); |
---|
91 | short __sync_or_and_fetch(volatile short *, short,...); |
---|
92 | short __sync_or_and_fetch_2(volatile short *, short,...); |
---|
93 | int __sync_or_and_fetch(volatile int *, int,...); |
---|
94 | int __sync_or_and_fetch_4(volatile int *, int,...); |
---|
95 | long long int __sync_or_and_fetch(volatile long long int *, long long int,...); |
---|
96 | long long int __sync_or_and_fetch_8(volatile long long int *, long long int,...); |
---|
97 | __int128 __sync_or_and_fetch(volatile __int128 *, __int128,...); |
---|
98 | __int128 __sync_or_and_fetch_16(volatile __int128 *, __int128,...); |
---|
99 | |
---|
100 | char __sync_and_and_fetch(volatile char *, char,...); |
---|
101 | char __sync_and_and_fetch_1(volatile char *, char,...); |
---|
102 | short __sync_and_and_fetch(volatile short *, short,...); |
---|
103 | short __sync_and_and_fetch_2(volatile short *, short,...); |
---|
104 | int __sync_and_and_fetch(volatile int *, int,...); |
---|
105 | int __sync_and_and_fetch_4(volatile int *, int,...); |
---|
106 | long long int __sync_and_and_fetch(volatile long long int *, long long int,...); |
---|
107 | long long int __sync_and_and_fetch_8(volatile long long int *, long long int,...); |
---|
108 | __int128 __sync_and_and_fetch(volatile __int128 *, __int128,...); |
---|
109 | __int128 __sync_and_and_fetch_16(volatile __int128 *, __int128,...); |
---|
110 | |
---|
111 | char __sync_xor_and_fetch(volatile char *, char,...); |
---|
112 | char __sync_xor_and_fetch_1(volatile char *, char,...); |
---|
113 | short __sync_xor_and_fetch(volatile short *, short,...); |
---|
114 | short __sync_xor_and_fetch_2(volatile short *, short,...); |
---|
115 | int __sync_xor_and_fetch(volatile int *, int,...); |
---|
116 | int __sync_xor_and_fetch_4(volatile int *, int,...); |
---|
117 | long long int __sync_xor_and_fetch(volatile long long int *, long long int,...); |
---|
118 | long long int __sync_xor_and_fetch_8(volatile long long int *, long long int,...); |
---|
119 | __int128 __sync_xor_and_fetch(volatile __int128 *, __int128,...); |
---|
120 | __int128 __sync_xor_and_fetch_16(volatile __int128 *, __int128,...); |
---|
121 | |
---|
122 | char __sync_nand_and_fetch(volatile char *, char,...); |
---|
123 | char __sync_nand_and_fetch_1(volatile char *, char,...); |
---|
124 | short __sync_nand_and_fetch(volatile short *, short,...); |
---|
125 | short __sync_nand_and_fetch_2(volatile short *, short,...); |
---|
126 | int __sync_nand_and_fetch(volatile int *, int,...); |
---|
127 | int __sync_nand_and_fetch_4(volatile int *, int,...); |
---|
128 | long long int __sync_nand_and_fetch(volatile long long int *, long long int,...); |
---|
129 | long long int __sync_nand_and_fetch_8(volatile long long int *, long long int,...); |
---|
130 | __int128 __sync_nand_and_fetch(volatile __int128 *, __int128,...); |
---|
131 | __int128 __sync_nand_and_fetch_16(volatile __int128 *, __int128,...); |
---|
132 | |
---|
133 | _Bool __sync_bool_compare_and_swap(volatile char *, char, char,...); |
---|
134 | _Bool __sync_bool_compare_and_swap_1(volatile char *, char, char,...); |
---|
135 | _Bool __sync_bool_compare_and_swap(volatile short *, short, short,...); |
---|
136 | _Bool __sync_bool_compare_and_swap_2(volatile short *, short, short,...); |
---|
137 | _Bool __sync_bool_compare_and_swap(volatile int *, int, int,...); |
---|
138 | _Bool __sync_bool_compare_and_swap_4(volatile int *, int, int,...); |
---|
139 | _Bool __sync_bool_compare_and_swap(volatile long long int *, long long int, long long int,...); |
---|
140 | _Bool __sync_bool_compare_and_swap_8(volatile long long int *, long long int, long long int,...); |
---|
141 | _Bool __sync_bool_compare_and_swap(volatile __int128 *, __int128, __int128,...); |
---|
142 | _Bool __sync_bool_compare_and_swap_16(volatile __int128 *, __int128, __int128,...); |
---|
143 | |
---|
144 | char __sync_val_compare_and_swap(volatile char *, char, char,...); |
---|
145 | char __sync_val_compare_and_swap_1(volatile char *, char, char,...); |
---|
146 | short __sync_val_compare_and_swap(volatile short *, short, short,...); |
---|
147 | short __sync_val_compare_and_swap_2(volatile short *, short, short,...); |
---|
148 | int __sync_val_compare_and_swap(volatile int *, int, int,...); |
---|
149 | int __sync_val_compare_and_swap_4(volatile int *, int, int,...); |
---|
150 | long long int __sync_val_compare_and_swap(volatile long long int *, long long int, long long int,...); |
---|
151 | long long int __sync_val_compare_and_swap_8(volatile long long int *, long long int, long long int,...); |
---|
152 | __int128 __sync_val_compare_and_swap(volatile __int128 *, __int128, __int128,...); |
---|
153 | __int128 __sync_val_compare_and_swap_16(volatile __int128 *, __int128, __int128,...); |
---|
154 | |
---|
155 | char __sync_lock_test_and_set(volatile char *, char,...); |
---|
156 | char __sync_lock_test_and_set_1(volatile char *, char,...); |
---|
157 | short __sync_lock_test_and_set(volatile short *, short,...); |
---|
158 | short __sync_lock_test_and_set_2(volatile short *, short,...); |
---|
159 | int __sync_lock_test_and_set(volatile int *, int,...); |
---|
160 | int __sync_lock_test_and_set_4(volatile int *, int,...); |
---|
161 | long long int __sync_lock_test_and_set(volatile long long int *, long long int,...); |
---|
162 | long long int __sync_lock_test_and_set_8(volatile long long int *, long long int,...); |
---|
163 | __int128 __sync_lock_test_and_set(volatile __int128 *, __int128,...); |
---|
164 | __int128 __sync_lock_test_and_set_16(volatile __int128 *, __int128,...); |
---|
165 | |
---|
166 | void __sync_lock_release(volatile char *,...); |
---|
167 | void __sync_lock_release_1(volatile char *,...); |
---|
168 | void __sync_lock_release(volatile short *,...); |
---|
169 | void __sync_lock_release_2(volatile short *,...); |
---|
170 | void __sync_lock_release(volatile int *,...); |
---|
171 | void __sync_lock_release_4(volatile int *,...); |
---|
172 | void __sync_lock_release(volatile long long int *,...); |
---|
173 | void __sync_lock_release_8(volatile long long int *,...); |
---|
174 | void __sync_lock_release(volatile __int128 *,...); |
---|
175 | void __sync_lock_release_16(volatile __int128 *,...); |
---|
176 | |
---|
177 | void __sync_synchronize(); |
---|
178 | |
---|
179 | |
---|
180 | |
---|
181 | |
---|
182 | _Bool __atomic_test_and_set(volatile _Bool *, int); |
---|
183 | _Bool __atomic_test_and_set(volatile char *, int); |
---|
184 | _Bool __atomic_test_and_set(volatile short *, int); |
---|
185 | _Bool __atomic_test_and_set(volatile int *, int); |
---|
186 | _Bool __atomic_test_and_set(volatile long long int *, int); |
---|
187 | _Bool __atomic_test_and_set(volatile __int128 *, int); |
---|
188 | void __atomic_clear(volatile _Bool *, int); |
---|
189 | void __atomic_clear(volatile char *, int); |
---|
190 | void __atomic_clear(volatile short *, int); |
---|
191 | void __atomic_clear(volatile int *, int); |
---|
192 | void __atomic_clear(volatile long long int *, int); |
---|
193 | void __atomic_clear(volatile __int128 *, int); |
---|
194 | |
---|
195 | char __atomic_exchange_n(volatile char *, volatile char *, int); |
---|
196 | char __atomic_exchange_1(volatile char *, char, int); |
---|
197 | void __atomic_exchange(volatile char *, volatile char *, volatile char *, int); |
---|
198 | short __atomic_exchange_n(volatile short *, volatile short *, int); |
---|
199 | short __atomic_exchange_2(volatile short *, short, int); |
---|
200 | void __atomic_exchange(volatile short *, volatile short *, volatile short *, int); |
---|
201 | int __atomic_exchange_n(volatile int *, volatile int *, int); |
---|
202 | int __atomic_exchange_4(volatile int *, int, int); |
---|
203 | void __atomic_exchange(volatile int *, volatile int *, volatile int *, int); |
---|
204 | long long int __atomic_exchange_n(volatile long long int *, volatile long long int *, int); |
---|
205 | long long int __atomic_exchange_8(volatile long long int *, long long int, int); |
---|
206 | void __atomic_exchange(volatile long long int *, volatile long long int *, volatile long long int *, int); |
---|
207 | __int128 __atomic_exchange_n(volatile __int128 *, volatile __int128 *, int); |
---|
208 | __int128 __atomic_exchange_16(volatile __int128 *, __int128, int); |
---|
209 | void __atomic_exchange(volatile __int128 *, volatile __int128 *, volatile __int128 *, int); |
---|
210 | |
---|
211 | char __atomic_load_n(const volatile char *, int); |
---|
212 | char __atomic_load_1(const volatile char *, int); |
---|
213 | void __atomic_load(const volatile char *, volatile char *, int); |
---|
214 | short __atomic_load_n(const volatile short *, int); |
---|
215 | short __atomic_load_2(const volatile short *, int); |
---|
216 | void __atomic_load(const volatile short *, volatile short *, int); |
---|
217 | int __atomic_load_n(const volatile int *, int); |
---|
218 | int __atomic_load_4(const volatile int *, int); |
---|
219 | void __atomic_load(const volatile int *, volatile int *, int); |
---|
220 | long long int __atomic_load_n(const volatile long long int *, int); |
---|
221 | long long int __atomic_load_8(const volatile long long int *, int); |
---|
222 | void __atomic_load(const volatile long long int *, volatile long long int *, int); |
---|
223 | __int128 __atomic_load_n(const volatile __int128 *, int); |
---|
224 | __int128 __atomic_load_16(const volatile __int128 *, int); |
---|
225 | void __atomic_load(const volatile __int128 *, volatile __int128 *, int); |
---|
226 | |
---|
227 | _Bool __atomic_compare_exchange_n(volatile char *, char *, char, _Bool, int, int); |
---|
228 | _Bool __atomic_compare_exchange_1(volatile char *, char *, char, _Bool, int, int); |
---|
229 | _Bool __atomic_compare_exchange (volatile char *, char *, char *, _Bool, int, int); |
---|
230 | _Bool __atomic_compare_exchange_n(volatile short *, short *, short, _Bool, int, int); |
---|
231 | _Bool __atomic_compare_exchange_2(volatile short *, short *, short, _Bool, int, int); |
---|
232 | _Bool __atomic_compare_exchange (volatile short *, short *, short *, _Bool, int, int); |
---|
233 | _Bool __atomic_compare_exchange_n(volatile int *, int *, int, _Bool, int, int); |
---|
234 | _Bool __atomic_compare_exchange_4(volatile int *, int *, int, _Bool, int, int); |
---|
235 | _Bool __atomic_compare_exchange (volatile int *, int *, int *, _Bool, int, int); |
---|
236 | _Bool __atomic_compare_exchange_n(volatile long long int *, long long int *, long long int, _Bool, int, int); |
---|
237 | _Bool __atomic_compare_exchange_8(volatile long long int *, long long int *, long long int, _Bool, int, int); |
---|
238 | _Bool __atomic_compare_exchange (volatile long long int *, long long int *, long long int *, _Bool, int, int); |
---|
239 | _Bool __atomic_compare_exchange_n (volatile __int128 *, __int128 *, __int128, _Bool, int, int); |
---|
240 | _Bool __atomic_compare_exchange_16(volatile __int128 *, __int128 *, __int128, _Bool, int, int); |
---|
241 | _Bool __atomic_compare_exchange (volatile __int128 *, __int128 *, __int128 *, _Bool, int, int); |
---|
242 | |
---|
243 | void __atomic_store_n(volatile _Bool *, _Bool, int); |
---|
244 | void __atomic_store_1(volatile _Bool *, _Bool, int); |
---|
245 | void __atomic_store(volatile _Bool *, _Bool *, int); |
---|
246 | void __atomic_store_n(volatile char *, char, int); |
---|
247 | void __atomic_store_1(volatile char *, char, int); |
---|
248 | void __atomic_store(volatile char *, char *, int); |
---|
249 | void __atomic_store_n(volatile short *, short, int); |
---|
250 | void __atomic_store_2(volatile short *, short, int); |
---|
251 | void __atomic_store(volatile short *, short *, int); |
---|
252 | void __atomic_store_n(volatile int *, int, int); |
---|
253 | void __atomic_store_4(volatile int *, int, int); |
---|
254 | void __atomic_store(volatile int *, int *, int); |
---|
255 | void __atomic_store_n(volatile long long int *, long long int, int); |
---|
256 | void __atomic_store_8(volatile long long int *, long long int, int); |
---|
257 | void __atomic_store(volatile long long int *, long long int *, int); |
---|
258 | void __atomic_store_n(volatile __int128 *, __int128, int); |
---|
259 | void __atomic_store_16(volatile __int128 *, __int128, int); |
---|
260 | void __atomic_store(volatile __int128 *, __int128 *, int); |
---|
261 | |
---|
262 | char __atomic_add_fetch (volatile char *, char, int); |
---|
263 | char __atomic_add_fetch_1(volatile char *, char, int); |
---|
264 | short __atomic_add_fetch (volatile short *, short, int); |
---|
265 | short __atomic_add_fetch_2(volatile short *, short, int); |
---|
266 | int __atomic_add_fetch (volatile int *, int, int); |
---|
267 | int __atomic_add_fetch_4(volatile int *, int, int); |
---|
268 | long long int __atomic_add_fetch (volatile long long int *, long long int, int); |
---|
269 | long long int __atomic_add_fetch_8(volatile long long int *, long long int, int); |
---|
270 | __int128 __atomic_add_fetch (volatile __int128 *, __int128, int); |
---|
271 | __int128 __atomic_add_fetch_16(volatile __int128 *, __int128, int); |
---|
272 | |
---|
273 | char __atomic_sub_fetch (volatile char *, char, int); |
---|
274 | char __atomic_sub_fetch_1(volatile char *, char, int); |
---|
275 | short __atomic_sub_fetch (volatile short *, short, int); |
---|
276 | short __atomic_sub_fetch_2(volatile short *, short, int); |
---|
277 | int __atomic_sub_fetch (volatile int *, int, int); |
---|
278 | int __atomic_sub_fetch_4(volatile int *, int, int); |
---|
279 | long long int __atomic_sub_fetch (volatile long long int *, long long int, int); |
---|
280 | long long int __atomic_sub_fetch_8(volatile long long int *, long long int, int); |
---|
281 | __int128 __atomic_sub_fetch (volatile __int128 *, __int128, int); |
---|
282 | __int128 __atomic_sub_fetch_16(volatile __int128 *, __int128, int); |
---|
283 | |
---|
284 | char __atomic_and_fetch (volatile char *, char, int); |
---|
285 | char __atomic_and_fetch_1(volatile char *, char, int); |
---|
286 | short __atomic_and_fetch (volatile short *, short, int); |
---|
287 | short __atomic_and_fetch_2(volatile short *, short, int); |
---|
288 | int __atomic_and_fetch (volatile int *, int, int); |
---|
289 | int __atomic_and_fetch_4(volatile int *, int, int); |
---|
290 | long long int __atomic_and_fetch (volatile long long int *, long long int, int); |
---|
291 | long long int __atomic_and_fetch_8(volatile long long int *, long long int, int); |
---|
292 | __int128 __atomic_and_fetch (volatile __int128 *, __int128, int); |
---|
293 | __int128 __atomic_and_fetch_16(volatile __int128 *, __int128, int); |
---|
294 | |
---|
295 | char __atomic_nand_fetch (volatile char *, char, int); |
---|
296 | char __atomic_nand_fetch_1(volatile char *, char, int); |
---|
297 | short __atomic_nand_fetch (volatile short *, short, int); |
---|
298 | short __atomic_nand_fetch_2(volatile short *, short, int); |
---|
299 | int __atomic_nand_fetch (volatile int *, int, int); |
---|
300 | int __atomic_nand_fetch_4(volatile int *, int, int); |
---|
301 | long long int __atomic_nand_fetch (volatile long long int *, long long int, int); |
---|
302 | long long int __atomic_nand_fetch_8(volatile long long int *, long long int, int); |
---|
303 | __int128 __atomic_nand_fetch (volatile __int128 *, __int128, int); |
---|
304 | __int128 __atomic_nand_fetch_16(volatile __int128 *, __int128, int); |
---|
305 | |
---|
306 | char __atomic_xor_fetch (volatile char *, char, int); |
---|
307 | char __atomic_xor_fetch_1(volatile char *, char, int); |
---|
308 | short __atomic_xor_fetch (volatile short *, short, int); |
---|
309 | short __atomic_xor_fetch_2(volatile short *, short, int); |
---|
310 | int __atomic_xor_fetch (volatile int *, int, int); |
---|
311 | int __atomic_xor_fetch_4(volatile int *, int, int); |
---|
312 | long long int __atomic_xor_fetch (volatile long long int *, long long int, int); |
---|
313 | long long int __atomic_xor_fetch_8(volatile long long int *, long long int, int); |
---|
314 | __int128 __atomic_xor_fetch (volatile __int128 *, __int128, int); |
---|
315 | __int128 __atomic_xor_fetch_16(volatile __int128 *, __int128, int); |
---|
316 | |
---|
317 | char __atomic_or_fetch (volatile char *, char, int); |
---|
318 | char __atomic_or_fetch_1(volatile char *, char, int); |
---|
319 | short __atomic_or_fetch (volatile short *, short, int); |
---|
320 | short __atomic_or_fetch_2(volatile short *, short, int); |
---|
321 | int __atomic_or_fetch (volatile int *, int, int); |
---|
322 | int __atomic_or_fetch_4(volatile int *, int, int); |
---|
323 | long long int __atomic_or_fetch (volatile long long int *, long long int, int); |
---|
324 | long long int __atomic_or_fetch_8(volatile long long int *, long long int, int); |
---|
325 | __int128 __atomic_or_fetch (volatile __int128 *, __int128, int); |
---|
326 | __int128 __atomic_or_fetch_16(volatile __int128 *, __int128, int); |
---|
327 | |
---|
328 | char __atomic_fetch_add (volatile char *, char, int); |
---|
329 | char __atomic_fetch_add_1(volatile char *, char, int); |
---|
330 | short __atomic_fetch_add (volatile short *, short, int); |
---|
331 | short __atomic_fetch_add_2(volatile short *, short, int); |
---|
332 | int __atomic_fetch_add (volatile int *, int, int); |
---|
333 | int __atomic_fetch_add_4(volatile int *, int, int); |
---|
334 | long long int __atomic_fetch_add (volatile long long int *, long long int, int); |
---|
335 | long long int __atomic_fetch_add_8(volatile long long int *, long long int, int); |
---|
336 | __int128 __atomic_fetch_add (volatile __int128 *, __int128, int); |
---|
337 | __int128 __atomic_fetch_add_16(volatile __int128 *, __int128, int); |
---|
338 | |
---|
339 | char __atomic_fetch_sub (volatile char *, char, int); |
---|
340 | char __atomic_fetch_sub_1(volatile char *, char, int); |
---|
341 | short __atomic_fetch_sub (volatile short *, short, int); |
---|
342 | short __atomic_fetch_sub_2(volatile short *, short, int); |
---|
343 | int __atomic_fetch_sub (volatile int *, int, int); |
---|
344 | int __atomic_fetch_sub_4(volatile int *, int, int); |
---|
345 | long long int __atomic_fetch_sub (volatile long long int *, long long int, int); |
---|
346 | long long int __atomic_fetch_sub_8(volatile long long int *, long long int, int); |
---|
347 | __int128 __atomic_fetch_sub (volatile __int128 *, __int128, int); |
---|
348 | __int128 __atomic_fetch_sub_16(volatile __int128 *, __int128, int); |
---|
349 | |
---|
350 | char __atomic_fetch_and (volatile char *, char, int); |
---|
351 | char __atomic_fetch_and_1(volatile char *, char, int); |
---|
352 | short __atomic_fetch_and (volatile short *, short, int); |
---|
353 | short __atomic_fetch_and_2(volatile short *, short, int); |
---|
354 | int __atomic_fetch_and (volatile int *, int, int); |
---|
355 | int __atomic_fetch_and_4(volatile int *, int, int); |
---|
356 | long long int __atomic_fetch_and (volatile long long int *, long long int, int); |
---|
357 | long long int __atomic_fetch_and_8(volatile long long int *, long long int, int); |
---|
358 | __int128 __atomic_fetch_and (volatile __int128 *, __int128, int); |
---|
359 | __int128 __atomic_fetch_and_16(volatile __int128 *, __int128, int); |
---|
360 | |
---|
361 | char __atomic_fetch_nand (volatile char *, char, int); |
---|
362 | char __atomic_fetch_nand_1(volatile char *, char, int); |
---|
363 | short __atomic_fetch_nand (volatile short *, short, int); |
---|
364 | short __atomic_fetch_nand_2(volatile short *, short, int); |
---|
365 | int __atomic_fetch_nand (volatile int *, int, int); |
---|
366 | int __atomic_fetch_nand_4(volatile int *, int, int); |
---|
367 | long long int __atomic_fetch_nand (volatile long long int *, long long int, int); |
---|
368 | long long int __atomic_fetch_nand_8(volatile long long int *, long long int, int); |
---|
369 | __int128 __atomic_fetch_nand (volatile __int128 *, __int128, int); |
---|
370 | __int128 __atomic_fetch_nand_16(volatile __int128 *, __int128, int); |
---|
371 | |
---|
372 | char __atomic_fetch_xor (volatile char *, char, int); |
---|
373 | char __atomic_fetch_xor_1(volatile char *, char, int); |
---|
374 | short __atomic_fetch_xor (volatile short *, short, int); |
---|
375 | short __atomic_fetch_xor_2(volatile short *, short, int); |
---|
376 | int __atomic_fetch_xor (volatile int *, int, int); |
---|
377 | int __atomic_fetch_xor_4(volatile int *, int, int); |
---|
378 | long long int __atomic_fetch_xor (volatile long long int *, long long int, int); |
---|
379 | long long int __atomic_fetch_xor_8(volatile long long int *, long long int, int); |
---|
380 | __int128 __atomic_fetch_xor (volatile __int128 *, __int128, int); |
---|
381 | __int128 __atomic_fetch_xor_16(volatile __int128 *, __int128, int); |
---|
382 | |
---|
383 | char __atomic_fetch_or (volatile char *, char, int); |
---|
384 | char __atomic_fetch_or_1(volatile char *, char, int); |
---|
385 | short __atomic_fetch_or (volatile short *, short, int); |
---|
386 | short __atomic_fetch_or_2(volatile short *, short, int); |
---|
387 | int __atomic_fetch_or (volatile int *, int, int); |
---|
388 | int __atomic_fetch_or_4(volatile int *, int, int); |
---|
389 | long long int __atomic_fetch_or (volatile long long int *, long long int, int); |
---|
390 | long long int __atomic_fetch_or_8(volatile long long int *, long long int, int); |
---|
391 | __int128 __atomic_fetch_or (volatile __int128 *, __int128, int); |
---|
392 | __int128 __atomic_fetch_or_16(volatile __int128 *, __int128, int); |
---|
393 | |
---|
394 | _Bool __atomic_always_lock_free(unsigned long, const volatile void *); |
---|
395 | _Bool __atomic_is_lock_free(unsigned long, const volatile void *); |
---|
396 | |
---|
397 | void __atomic_thread_fence (int); |
---|
398 | void __atomic_signal_fence (int); |
---|
399 | void __atomic_feraiseexcept(int); |
---|