HomeSort by: relevance | last modified time | path
    Searched refs:__atomic_compare_exchange_4 (Results 1 - 6 of 6) sorted by relevancy

  /src/common/lib/libc/atomic/
atomic_c11_compare_exchange_cas_32.c 39 bool __atomic_compare_exchange_4(volatile void *, void *, uint32_t,
44 __atomic_compare_exchange_4(volatile void *mem, function
  /src/external/gpl3/gcc/dist/libgcc/config/gcn/
atomic.c 78 if (__atomic_compare_exchange_4 (wordptr, &exptword, newword, weak, \
  /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/
atomic.c 78 if (__atomic_compare_exchange_4 (wordptr, &exptword, newword, weak, \
  /src/external/gpl3/gcc.old/dist/libphobos/m4/druntime/
cpu.m4 97 __atomic_compare_exchange_4(&c1, &c2, c3, false, 5, 5);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
atomic.d 896 res = __atomic_compare_exchange_4(cast(shared)dest, compare, *cast(uint*)&value,
  /src/external/gpl3/gcc.old/dist/libphobos/
configure 14843 __atomic_compare_exchange_4(&c1, &c2, c3, false, 5, 5);

Completed in 24 milliseconds