Searched refs:AtomicTestAndSetBit (Results 1 – 2 of 2) sorted by relevance
71 ALWAYS_INLINE bool AtomicTestAndSetBit(size_t bit_index);175 return AtomicTestAndSetBit(BitIndexFromAddr(addr)); in AtomicTestAndSet()
33 inline bool Bitmap::AtomicTestAndSetBit(uintptr_t bit_index) { in AtomicTestAndSetBit() function