Searched refs:atomic_fetch_add (Results 1 – 4 of 4) sorted by relevance
147 TEST(stdatomic, atomic_fetch_add) { in TEST() argument149 ASSERT_EQ(123, atomic_fetch_add(&i, 1)); in TEST()
110 atomic_fetch_add(&gAllocated, LimitUsableSize(mem)); in IncrementLimit()225 atomic_fetch_add(&gAllocated, new_usable_size - old_usable_size); in LimitRealloc()
69 using std::atomic_fetch_add;
244 #define atomic_fetch_add(object, operand) \ macro