Home
last modified time | relevance | path

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

/external/libchrome/base/
Drun_loop_unittest.cc314 WaitableEvent loop_was_quit(WaitableEvent::ResetPolicy::MANUAL, in TEST_P() local
321 base::BindOnce(&WaitableEvent::Signal, base::Unretained(&loop_was_quit))); in TEST_P()
325 loop_was_quit.Wait(); in TEST_P()
345 WaitableEvent loop_was_quit(WaitableEvent::ResetPolicy::MANUAL, in TEST_P() local
350 base::BindOnce(&WaitableEvent::Signal, base::Unretained(&loop_was_quit))); in TEST_P()
354 loop_was_quit.Wait(); in TEST_P()