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

  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
stdatomic.h 67 #ifndef __ATOMIC_SEQ_CST
68 #define __ATOMIC_SEQ_CST 5
69 #endif /* ifndef __ATOMIC_SEQ_CST */
77 memory_order_seq_cst = __ATOMIC_SEQ_CST
  /src/external/mpl/dhcp/bind/include/isc/
stdatomic.h 65 #ifndef __ATOMIC_SEQ_CST
66 #define __ATOMIC_SEQ_CST 5
67 #endif /* ifndef __ATOMIC_SEQ_CST */
75 memory_order_seq_cst = __ATOMIC_SEQ_CST

Completed in 21 milliseconds