|
PAPI 7.1.0.0
|

Go to the source code of this file.
Macros | |
| #define | AO_GCC_BARRIER() (void)0 |
| #define | AO_HAVE_GCC_BARRIER |
| #define | AO_HAVE_int_load_acquire |
| #define | AO_HAVE_int_store_release |
Functions | |
| AO_INLINE unsigned | AO_int_load_acquire (const volatile unsigned *addr) |
| AO_INLINE void | AO_int_store_release (volatile unsigned *addr, unsigned new_val) |
| #define AO_GCC_BARRIER | ( | ) | (void)0 |
Definition at line 39 of file int_acquire_release_volatile.h.
| #define AO_HAVE_GCC_BARRIER |
Definition at line 41 of file int_acquire_release_volatile.h.
| #define AO_HAVE_int_load_acquire |
Definition at line 53 of file int_acquire_release_volatile.h.
| #define AO_HAVE_int_store_release |
Definition at line 62 of file int_acquire_release_volatile.h.
| AO_INLINE unsigned AO_int_load_acquire | ( | const volatile unsigned * | addr | ) |
Definition at line 45 of file int_acquire_release_volatile.h.
| AO_INLINE void AO_int_store_release | ( | volatile unsigned * | addr, |
| unsigned | new_val | ||
| ) |
Definition at line 56 of file int_acquire_release_volatile.h.