Searched refs:xchg64_result (Results 1 – 4 of 4) sorted by relevance
152 __u64 xchg64_result = 0; variable165 xchg64_result = __sync_lock_test_and_set(&xchg64_value, val64); in xchg()
183 __u64 __arena_global xchg64_result = 0; variable196 xchg64_result = __sync_lock_test_and_set(&xchg64_value, val64); in xchg()
159 ASSERT_EQ(skel->bss->xchg64_result, 1, "xchg64_result"); in test_xchg()
143 ASSERT_EQ(skel->arena->xchg64_result, 1, "xchg64_result"); in test_xchg()