Searched refs:testLoc (Results 1 – 1 of 1) sorted by relevance
125 static inline bool WaitBrieflyFor(AtomicInteger* testLoc, Thread* self, Pred pred) { in WaitBrieflyFor() argument136 if (pred(testLoc->load(std::memory_order_relaxed))) { in WaitBrieflyFor()