Home
last modified time | relevance | path

Searched defs:ATOMIC_UINT64_STORE_EXPLICIT (Results 1 - 1 of 1) sorted by relevance

/base/startup/init/services/param/include/
H A Dparam_atomic.h46 #define ATOMIC_UINT64_STORE_EXPLICIT(commitId, value, order) *(commitId) = (value) macro
95 #define ATOMIC_UINT64_STORE_EXPLICIT(commitId, value, order) atomic_store_explicit((commitId), (value), (order)) macro
152 #define ATOMIC_UINT64_STORE_EXPLICIT(commitId, value, order) param_atomic_uint64_store((commitId), (value), (order)) macro

Completed in 2 milliseconds