|
PAPI 7.1.0.0
|

Go to the source code of this file.
Macros | |
| #define | AO_HAVE_nop_full |
| #define | AO_HAVE_fetch_and_add |
| #define | AO_HAVE_test_and_set |
| #define | AO_HAVE_compare_and_swap |
| #define | AO_HAVE_fetch_compare_and_swap |
| #define | AO_T_IS_INT |
Functions | |
| AO_INLINE void | AO_nop_full (void) |
| AO_INLINE AO_t | AO_fetch_and_add (volatile AO_t *addr, AO_t incr) |
| AO_INLINE AO_TS_VAL_t | AO_test_and_set (volatile AO_TS_t *addr) |
| AO_INLINE int | AO_compare_and_swap (volatile AO_t *addr, AO_t old, AO_t new_val) |
| AO_INLINE AO_t | AO_fetch_compare_and_swap (volatile AO_t *addr, AO_t old_val, AO_t new_val) |
Definition at line 88 of file hexagon.h.
Definition at line 45 of file hexagon.h.
Definition at line 113 of file hexagon.h.
| AO_INLINE void AO_nop_full | ( | void | ) |
| AO_INLINE AO_TS_VAL_t AO_test_and_set | ( | volatile AO_TS_t * | addr | ) |
Definition at line 63 of file hexagon.h.