HomeSort by relevance Sort by last modified time
    Searched refs:io_thread_started_ (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/test/
test_io_thread.cc 12 : io_thread_("test_io_thread"), io_thread_started_(false) {
28 CHECK(!io_thread_started_);
29 io_thread_started_ = true;
37 io_thread_started_ = false;
test_io_thread.h 54 bool io_thread_started_; member in class:base::TestIOThread

Completed in 49 milliseconds