Searched refs:atomicXchg32bits (Results 1 – 4 of 4) sorted by relevance
29 uint32_t atomicXchg32bits(volatile uint32_t *word, uint32_t newVal);
58 uint32_t atomicXchg32bits(volatile uint32_t *word, uint32_t newVal) in atomicXchg32bits() function
72 uint32_t atomicXchg32bits(volatile uint32_t *word, uint32_t newVal) in atomicXchg32bits() function
125 … otherSet->words[idx] = atomicXchg32bits(&atomicallyAccessedSet->words[idx], otherSet->words[idx]); in atomicBitsetXchg()