Home
last modified time | relevance | path

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

/art/runtime/base/
Dmessage_queue_test.cc242 bool received_timeout = false; in TEST_F() local
247 ASSERT_FALSE(received_timeout); in TEST_F()
248 received_timeout = true; in TEST_F()
254 if (!received_timeout) { in TEST_F()