Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/cpu/cortexm4/
DatomicBitset.c117 bool atomicBitsetXchg(struct AtomicBitset *atomicallyAccessedSet, struct AtomicBitset *otherSet) in atomicBitsetXchg() argument
121 if (atomicallyAccessedSet->numBits != otherSet->numBits) in atomicBitsetXchg()
125otherSet->words[idx] = atomicXchg32bits(&atomicallyAccessedSet->words[idx], otherSet->words[idx]); in atomicBitsetXchg()
/device/google/contexthub/firmware/os/inc/
DatomicBitset.h52 bool atomicBitsetXchg(struct AtomicBitset *atomicallyAccessedSet, struct AtomicBitset *otherSet);