Home
last modified time | relevance | path

Searched refs:BIG (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dstdatomic_test.cpp184 constexpr static uint_least32_t BIG = 30'000'000ul; // Assumed even below. variable
198 for (uint_least32_t i = 0; i <= BIG; i+=2) { in writer()
214 while (yval != BIG + 1) { in reader()
255 EXPECT_EQ(atomic_load_explicit(&a.x, memory_order_consume), BIG + 1); in TEST()
256 EXPECT_EQ(atomic_load_explicit(&a.y, memory_order_seq_cst), BIG + 1); in TEST()
257 EXPECT_EQ(atomic_load(&a.z), BIG + 1); in TEST()