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 24 : io_thread_("test_io_thread"), io_thread_started_(false) {
40 CHECK(!io_thread_started_);
41 io_thread_started_ = true;
49 io_thread_started_ = false;
test_io_thread.h 52 bool io_thread_started_; member in class:base::TestIOThread

Completed in 72 milliseconds