Searched refs:OLD_VALUE (Results 1 – 1 of 1) sorted by relevance
32 static const int OLD_VALUE = 1; in SUITE() local69 test.Store(OLD_VALUE); in SUITE()70 CHECK(test.Load() == OLD_VALUE); in SUITE()74 CHECK(prevValue == OLD_VALUE); in SUITE()88 int prevResult = test2.CompareAndSwap(NEW_VALUE, OLD_VALUE); in SUITE()