Searched refs:io_thread_started_ (Results 1 – 2 of 2) sorted by relevance
24 : 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()
52 bool io_thread_started_; variable