Searched refs:xchg32_result (Results 1 – 2 of 2) sorted by relevance
154 __u32 xchg32_result = 0; variable166 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()