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

  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
stdatomic.h 52 #ifndef __ATOMIC_RELAXED
53 #define __ATOMIC_RELAXED 0
54 #endif /* ifndef __ATOMIC_RELAXED */
72 memory_order_relaxed = __ATOMIC_RELAXED,
  /src/external/mpl/dhcp/bind/include/isc/
stdatomic.h 50 #ifndef __ATOMIC_RELAXED
51 #define __ATOMIC_RELAXED 0
52 #endif /* ifndef __ATOMIC_RELAXED */
70 memory_order_relaxed = __ATOMIC_RELAXED,
  /src/external/gpl3/gcc/dist/libgfortran/caf/
single.c 2837 __atomic_store (atom, (uint32_t *) value, __ATOMIC_RELAXED);
2853 __atomic_load (atom, (uint32_t *) value, __ATOMIC_RELAXED);
2873 __ATOMIC_RELAXED, __ATOMIC_RELAXED);
2893 res = __atomic_fetch_add (atom, *(uint32_t *) value, __ATOMIC_RELAXED);
2896 res = __atomic_fetch_and (atom, *(uint32_t *) value, __ATOMIC_RELAXED);
2899 res = __atomic_fetch_or (atom, *(uint32_t *) value, __ATOMIC_RELAXED);
2902 res = __atomic_fetch_xor (atom, *(uint32_t *) value, __ATOMIC_RELAXED);
2924 __atomic_fetch_add (event, (uint32_t) value, __ATOMIC_RELAXED);
2939 __atomic_fetch_add (event, (uint32_t) value, __ATOMIC_RELAXED);
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/caf/
single.c 2840 __atomic_store (atom, (uint32_t *) value, __ATOMIC_RELAXED);
2856 __atomic_load (atom, (uint32_t *) value, __ATOMIC_RELAXED);
2876 __ATOMIC_RELAXED, __ATOMIC_RELAXED);
2896 res = __atomic_fetch_add (atom, *(uint32_t *) value, __ATOMIC_RELAXED);
2899 res = __atomic_fetch_and (atom, *(uint32_t *) value, __ATOMIC_RELAXED);
2902 res = __atomic_fetch_or (atom, *(uint32_t *) value, __ATOMIC_RELAXED);
2905 res = __atomic_fetch_xor (atom, *(uint32_t *) value, __ATOMIC_RELAXED);
2927 __atomic_fetch_add (event, (uint32_t) value, __ATOMIC_RELAXED);
2942 __atomic_fetch_add (event, (uint32_t) value, __ATOMIC_RELAXED);
    [all...]

Completed in 25 milliseconds