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

  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
stdatomic.h 215 #define atomic_fetch_or(obj, arg) \ macro
  /src/external/mpl/dhcp/bind/include/isc/
stdatomic.h 213 #define atomic_fetch_or(obj, arg) \ macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
stdatomic.h 138 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) macro
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdatomic.h 210 #define atomic_fetch_or(PTR, VAL) __atomic_fetch_or ((PTR), (VAL), \ macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdatomic.h 202 #define atomic_fetch_or(PTR, VAL) __atomic_fetch_or ((PTR), (VAL), \ macro

Completed in 25 milliseconds