Searched refs:ATOMIC_LLONG (Results 1 – 3 of 3) sorted by relevance
44 #define ATOMIC_LLONG long long macro50 #define ATOMIC_LLONG atomic_llong56 #define ATOMIC_LLONG int64_t57 static inline ATOMIC_LLONG param_atomic_uint64_load(ATOMIC_LLONG *ptr, int order)59 return *((volatile ATOMIC_LLONG *)ptr);93 ATOMIC_LLONG commitId;94 ATOMIC_LLONG commitPersistId;
40 #define ATOMIC_LLONG long long macro89 #define ATOMIC_LLONG atomic_llong107 #define ATOMIC_LLONG int64_t117 static inline void param_atomic_uint64_store(ATOMIC_LLONG *ptr, int64_t value, int order)131 static inline void param_atomic_uint64_init(ATOMIC_LLONG *ptr, int64_t value)142 static inline ATOMIC_LLONG param_atomic_uint64_load(ATOMIC_LLONG *ptr, int order)144 return *((volatile ATOMIC_LLONG *)ptr);
96 ATOMIC_LLONG commitId;97 ATOMIC_LLONG commitPersistId;