|
PAPI 7.1.0.0
|


Go to the source code of this file.
Macros | |
| #define | _InterlockedIncrement InterlockedIncrement |
| #define | _InterlockedDecrement InterlockedDecrement |
| #define | _InterlockedExchangeAdd InterlockedExchangeAdd |
| #define | _InterlockedCompareExchange InterlockedCompareExchange |
| #define | AO_INTERLOCKED_VOLATILE |
| #define | AO_HAVE_fetch_and_add_full |
| #define | AO_HAVE_fetch_and_add1_full |
| #define | AO_HAVE_fetch_and_sub1_full |
| #define | AO_HAVE_int_fetch_and_add_full |
| #define | AO_HAVE_int_fetch_and_add1_full |
| #define | AO_HAVE_int_fetch_and_sub1_full |
Functions | |
| AO_INLINE AO_t | AO_fetch_and_add_full (volatile AO_t *p, AO_t incr) |
| AO_INLINE AO_t | AO_fetch_and_add1_full (volatile AO_t *p) |
| AO_INLINE AO_t | AO_fetch_and_sub1_full (volatile AO_t *p) |
| AO_INLINE unsigned int | AO_int_fetch_and_add_full (volatile unsigned int *p, unsigned int incr) |
| AO_INLINE unsigned int | AO_int_fetch_and_add1_full (volatile unsigned int *p) |
| AO_INLINE unsigned int | AO_int_fetch_and_sub1_full (volatile unsigned int *p) |
| #define _InterlockedCompareExchange InterlockedCompareExchange |
Definition at line 48 of file common32_defs.h.
| #define _InterlockedDecrement InterlockedDecrement |
Definition at line 46 of file common32_defs.h.
| #define _InterlockedExchangeAdd InterlockedExchangeAdd |
Definition at line 47 of file common32_defs.h.
| #define _InterlockedIncrement InterlockedIncrement |
Definition at line 45 of file common32_defs.h.
| #define AO_HAVE_fetch_and_add1_full |
Definition at line 114 of file common32_defs.h.
| #define AO_HAVE_fetch_and_add_full |
Definition at line 103 of file common32_defs.h.
| #define AO_HAVE_fetch_and_sub1_full |
Definition at line 125 of file common32_defs.h.
| #define AO_HAVE_int_fetch_and_add1_full |
Definition at line 140 of file common32_defs.h.
| #define AO_HAVE_int_fetch_and_add_full |
Definition at line 133 of file common32_defs.h.
| #define AO_HAVE_int_fetch_and_sub1_full |
Definition at line 147 of file common32_defs.h.
| #define AO_INTERLOCKED_VOLATILE |
Definition at line 50 of file common32_defs.h.
Definition at line 106 of file common32_defs.h.
Definition at line 95 of file common32_defs.h.
Definition at line 117 of file common32_defs.h.
Definition at line 136 of file common32_defs.h.
Definition at line 129 of file common32_defs.h.
Definition at line 143 of file common32_defs.h.