Go to the source code of this file.
Functions | |
| void | abort (void) |
| void | f1 (void) |
| void | f2 (void) |
| int | main (void) |
Variables | |
| double | d |
| struct { | |
| int i | |
| double e | |
| int j | |
| } | x |
| void abort | ( | void | ) |
| void f1 | ( | void | ) |
| void f2 | ( | void | ) |
| int main | ( | void | ) |
| double d |
Definition at line 9 of file atomic-1.c.
Referenced by __attribute__(), f1(), foo(), main(), and test().
| double e |
Definition at line 13 of file atomic-1.c.
Referenced by __attribute__(), baz(), check(), f1(), f2(), foo(), gomp_iter_static_next(), gomp_iter_ull_static_next(), GOMP_sections_next(), GOMP_sections_start(), main(), omp_get_wtick(), test1(), test10(), test11(), test12(), test13(), test14(), test15(), test16(), test2(), test3(), test4(), test5(), test6(), test7(), test8(), and test9().
| int i |
Definition at line 12 of file atomic-1.c.
Referenced by __attribute__(), a16(), a21(), alloc_work_share(), bar(), baz(), do_wait(), dotprod(), f1(), f10(), f11(), f12(), K< N >::f13(), f2(), f3(), f4(), f5(), f6(), f7(), f8(), f9(), f_static_1(), foo(), g(), gomp_free_thread(), gomp_iter_static_next(), gomp_iter_ull_static_next(), gomp_new_team(), gomp_team_start(), insertsort(), main(), main1(), nqueens(), parallel(), parloop(), sub1(), subdomain(), test1(), test10(), test11(), test12(), test13(), test14(), test15(), test16(), test2(), test3(), test4(), test5(), test6(), test7(), test8(), test9(), test_data(), and verify().
| int j |
| struct { ... } x |
1.4.7