Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dscoped_task_environment_unittest.cc106 AtomicFlag other_run_until_idle_called; in TEST_P() local
108 [](AtomicFlag* other_run_until_idle_called) { in TEST_P() argument
109 EXPECT_TRUE(other_run_until_idle_called->IsSet()); in TEST_P()
111 Unretained(&other_run_until_idle_called))); in TEST_P()
113 other_run_until_idle_called.Set(); in TEST_P()