Home
last modified time | relevance | path

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

/base/startup/init/interfaces/innerkits/include/param/
H A Dsys_param.h44 #define ATOMIC_LLONG long long macro
50 #define ATOMIC_LLONG atomic_llong macro
56 #define ATOMIC_LLONG int64_t macro
57 static inline ATOMIC_LLONG param_atomic_uint64_load(ATOMIC_LLONG *ptr, int order) in param_atomic_uint64_load()
59 return *((volatile ATOMIC_LLONG *)ptr); in param_atomic_uint64_load()
93 ATOMIC_LLONG commitId;
94 ATOMIC_LLONG commitPersistId;
/base/startup/init/services/param/include/
H A Dparam_atomic.h40 #define ATOMIC_LLONG long long macro
89 #define ATOMIC_LLONG atomic_llong macro
107 #define ATOMIC_LLONG int64_t macro
117 static inline void param_atomic_uint64_store(ATOMIC_LLONG *ptr, int64_t value, int order) in param_atomic_uint64_store()
131 static inline void param_atomic_uint64_init(ATOMIC_LLONG *ptr, int64_t value) in param_atomic_uint64_init()
142 static inline ATOMIC_LLONG param_atomic_uint64_load(ATOMIC_LLONG *ptr, int order) in param_atomic_uint64_load()
144 return *((volatile ATOMIC_LLONG *)ptr); in param_atomic_uint64_load()
H A Dparam_common.h96 ATOMIC_LLONG commitId;
97 ATOMIC_LLONG commitPersistId;

Completed in 2 milliseconds