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

  /external/chromium_org/content/child/
threaded_data_provider.cc 26 const WebThreadImpl& background_thread,
58 const WebThreadImpl& background_thread,
66 background_thread_(background_thread),
  /external/chromium_org/net/disk_cache/blockfile/
in_flight_backend_io.h 151 const scoped_refptr<base::SingleThreadTaskRunner>& background_thread);
195 scoped_refptr<base::SingleThreadTaskRunner> background_thread() { function in class:disk_cache::InFlightBackendIO
in_flight_backend_io.cc 327 const scoped_refptr<base::SingleThreadTaskRunner>& background_thread)
329 background_thread_(background_thread),
backend_worker_v3.cc 243 background_queue_.background_thread()->PostTask(
backend_impl.cc 181 background_queue_.background_thread()->PostTask(
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 219 ctx->background_thread = internal_start_thread(&BackgroundThread, 0);
225 internal_join_thread(ctx->background_thread);
226 ctx->background_thread = 0;
tsan_rtl.h 462 void *background_thread; member in struct:__tsan::Context

Completed in 170 milliseconds