Searched refs:xchg32_result (Results 1 – 4 of 4) sorted by relevance
154 __u32 xchg32_result = 0; variable166 xchg32_result = __sync_lock_test_and_set(&xchg32_value, val32); in xchg()
195 __u32 __arena_global xchg32_result = 0; variable207 xchg32_result = __sync_lock_test_and_set(&xchg32_value, val32); in xchg()
162 ASSERT_EQ(skel->bss->xchg32_result, 1, "xchg32_result"); in test_xchg()
146 ASSERT_EQ(skel->arena->xchg32_result, 1, "xchg32_result"); in test_xchg()