Home
last modified time | relevance | path

Searched refs:has64BitCAS (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Datomic.d610 enum has64BitCAS = true; in version() local
616 enum has64BitCAS = true; in version() local
622 enum has64BitCAS = GNU_Have_64Bit_Atomics; in version() local
629 enum has64BitCAS = false; variable
840 enum hasDWCAS = has64BitCAS;
947 static if (has64BitCAS)
993 static if (has64BitCAS)
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Drandom.d1747 import core.atomic : has64BitCAS; in fallbackSeed()
1748 static if (has64BitCAS) in fallbackSeed()