Searched refs:xchg64_result (Results 1 – 2 of 2) sorted by relevance
152 __u64 xchg64_result = 0; variable165 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()