Go to the source code of this file.
Functions | |
void | abort () |
template<typename T> | |
void | foo () |
template<typename T> | |
void | bar (T *x, T y) |
template<typename T> | |
void | baz () |
int | main () |
Variables | |
int | check |
void abort | ( | ) |
void bar | ( | T * | x, | |
T | y | |||
) |
Definition at line 17 of file atomic-1.C.
void baz | ( | ) |
void foo | ( | void | ) |
int main | ( | void | ) |
int check |
Definition at line 7 of file atomic-1.C.