Home
last modified time | relevance | path

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

/art/runtime/base/
Dmessage_queue_test.cc121 bool other_int_received = false; in TEST_F() local
126 while (!(empty_received && int_received && other_int_received && two_int_received && in TEST_F()
140 ASSERT_FALSE(other_int_received); in TEST_F()
141 other_int_received = true; in TEST_F()