Searched refs:background_thread (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/child/
H A Dthreaded_data_provider.cc26 const WebThreadImpl& background_thread,
58 const WebThreadImpl& background_thread,
66 background_thread_(background_thread),
55 DataProviderMessageFilter( const scoped_refptr<base::MessageLoopProxy>& io_message_loop, base::MessageLoop* main_thread_message_loop, const WebThreadImpl& background_thread, const base::WeakPtr<ThreadedDataProvider>& background_thread_resource_provider, const base::WeakPtr<ThreadedDataProvider>& main_thread_resource_provider, int request_id) argument
/external/chromium_org/net/disk_cache/blockfile/
H A Din_flight_backend_io.h151 const scoped_refptr<base::SingleThreadTaskRunner>& background_thread);
195 scoped_refptr<base::SingleThreadTaskRunner> background_thread() { function in class:disk_cache::InFlightBackendIO
H A Din_flight_backend_io.cc327 const scoped_refptr<base::SingleThreadTaskRunner>& background_thread)
329 background_thread_(background_thread),
325 InFlightBackendIO( BackendImpl* backend, const scoped_refptr<base::SingleThreadTaskRunner>& background_thread) argument
H A Dbackend_worker_v3.cc243 background_queue_.background_thread()->PostTask(
H A Dbackend_impl.cc181 background_queue_.background_thread()->PostTask(
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc219 ctx->background_thread = internal_start_thread(&BackgroundThread, 0);
225 internal_join_thread(ctx->background_thread);
226 ctx->background_thread = 0;
H A Dtsan_rtl.h462 void *background_thread; member in struct:__tsan::Context

Completed in 1981 milliseconds