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

  /external/chromium/net/disk_cache/
in_flight_io.cc 37 running_(false), single_thread_(false) {
55 DCHECK(single_thread_ || !running_);
56 single_thread_ = true;
in_flight_io.h 125 bool single_thread_; // True if we only have one thread. member in class:disk_cache::InFlightIO

Completed in 2347 milliseconds