Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dtest_io_thread.cc24 : io_thread_("test_io_thread"), io_thread_started_(false) { in TestIOThread()
40 CHECK(!io_thread_started_); in Start()
41 io_thread_started_ = true; in Start()
49 io_thread_started_ = false; in Stop()
Dtest_io_thread.h52 bool io_thread_started_; variable