HomeSort by relevance Sort by last modified time
    Searched full:single_thread_ (Results 1 - 4 of 4) 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
  /external/chromium_org/net/disk_cache/
in_flight_io.cc 38 running_(false), single_thread_(false) {
73 DCHECK(single_thread_ || !running_);
74 single_thread_ = true;
in_flight_io.h 129 bool single_thread_; // True if we only have one thread. member in class:disk_cache::InFlightIO

Completed in 280 milliseconds