Home
last modified time | relevance | path

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

/base/startup/init/services/param/include/
H A Dparam_atomic.h47 #define ATOMIC_SYNC_OR_AND_FETCH(commitId, value, order) *(commitId) |= (value) macro
96 #define ATOMIC_SYNC_OR_AND_FETCH(commitId, value, order) atomic_fetch_or_explicit((commitId), (value), (order)) macro
153 #define ATOMIC_SYNC_OR_AND_FETCH(commitId, value, order) __sync_or_and_fetch((commitId), (value)) macro

Completed in 1 milliseconds