Home
last modified time | relevance | path

Searched refs:ATOMIC_LLONG (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/startup/init/interfaces/innerkits/include/param/
H A Dsys_param.h44 #define ATOMIC_LLONG long long macro
50 #define ATOMIC_LLONG atomic_llong
56 #define ATOMIC_LLONG int64_t
57 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;
/ohos5.0/base/startup/init/services/param/include/
H A Dparam_atomic.h40 #define ATOMIC_LLONG long long macro
89 #define ATOMIC_LLONG atomic_llong
107 #define ATOMIC_LLONG int64_t
117 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);
H A Dparam_common.h96 ATOMIC_LLONG commitId;
97 ATOMIC_LLONG commitPersistId;