Searched refs:testAndSet (Results 1 – 4 of 4) sorted by relevance
39 bool testAndSet(size_t);81 inline bool Bitmap<size>::testAndSet(size_t n) in testAndSet() function
205 return m_marks.testAndSet(atomNumber(p)); in testAndSetMarked()
357 if (!m_marks.testAndSet(m_nextAtom)) { in allocate()
3328 (WTF::::testAndSet): Added, since this is the one thing Bitmap was missing