Home
last modified time | relevance | path

Searched refs:single_thread_ (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/disk_cache/blockfile/
Din_flight_io.cc79 DCHECK(single_thread_ || !running_); in OnIOComplete()
80 single_thread_ = true; in OnIOComplete()
Din_flight_io.h152 bool single_thread_ = false; // True if we only have one thread. variable