Searched refs:has64BitCAS (Results 1 – 2 of 2) sorted by relevance
610 enum has64BitCAS = true; in version() local616 enum has64BitCAS = true; in version() local622 enum has64BitCAS = GNU_Have_64Bit_Atomics; in version() local629 enum has64BitCAS = false; variable840 enum hasDWCAS = has64BitCAS;947 static if (has64BitCAS)993 static if (has64BitCAS)
1747 import core.atomic : has64BitCAS; in fallbackSeed()1748 static if (has64BitCAS) in fallbackSeed()