Home
last modified time | relevance | path

Searched refs:reservation_2 (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/runtime_primitives/
Dmemory_region_reservation_test.cc60 Reservation reservation_2 = kTestVal2; in TEST() local
68 &cpu, ToGuestAddr(&reservation_2), std::memory_order_seq_cst)); in TEST()
72 &cpu, ToGuestAddr(&reservation_2), kTestVal1, std::memory_order_seq_cst)); in TEST()
75 ASSERT_EQ(kTestVal1, reservation_2); in TEST()