HomeSort by: relevance | last modified time | path
    Searched defs:CMM_STORE_SHARED (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
system.h 23 #define CMM_STORE_SHARED(x, v) \
32 #define _CMM_STORE_SHARED(x, v) CMM_STORE_SHARED(x, v)
61 #define CMM_STORE_SHARED(x, v) \
  /src/external/mpl/bind/dist/lib/isc/include/isc/
urcu.h 150 * as we only use CMM_LOAD_SHARED() and CMM_STORE_SHARED() with atomic types.
160 #undef CMM_STORE_SHARED
161 #define CMM_STORE_SHARED(x, v) \
170 #define _CMM_STORE_SHARED(x, v) CMM_STORE_SHARED(x, v)

Completed in 24 milliseconds