Searched refs:add32_value (Results 1 – 2 of 2) sorted by relevance
17 __u32 add32_value = 1; variable32 add32_result = __sync_fetch_and_add(&add32_value, 2); in add()
23 ASSERT_EQ(skel->data->add32_value, 3, "add32_value"); in test_add()