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()
196 __u32 __arena_global xchg32_result = 0; in xchg() 208 xchg32_result = __sync_lock_test_and_set(&xchg32_value, val32); in uaf() 185 __u32 __arena_global xchg32_result = 0; global() variable
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()