Searched refs:otherSet (Results 1 – 2 of 2) sorted by relevance
117 bool atomicBitsetXchg(struct AtomicBitset *atomicallyAccessedSet, struct AtomicBitset *otherSet) in atomicBitsetXchg() argument121 if (atomicallyAccessedSet->numBits != otherSet->numBits) in atomicBitsetXchg()125 … otherSet->words[idx] = atomicXchg32bits(&atomicallyAccessedSet->words[idx], otherSet->words[idx]); in atomicBitsetXchg()
52 bool atomicBitsetXchg(struct AtomicBitset *atomicallyAccessedSet, struct AtomicBitset *otherSet);