Searched defs:io_thread (Results 1 - 14 of 14) sorted by relevance

/external/valgrind/main/none/tests/
H A Dpth_cancel2.c74 pthread_t io_thread, killer_thread; local
82 pthread_create(&io_thread,
89 (void *)&io_thread);
91 pthread_join(io_thread, NULL);
/external/chromium/chrome/browser/debugger/
H A Ddevtools_netlog_observer.cc9 #include "chrome/browser/io_thread.h"
218 void DevToolsNetLogObserver::Attach(IOThread* io_thread) { argument
222 instance_ = new DevToolsNetLogObserver(io_thread->net_log());
/external/chromium/chrome/browser/net/
H A Dssl_config_service_manager_pref.cc8 #include "chrome/browser/io_thread.h"
176 base::Thread* io_thread = g_browser_process->io_thread(); local
177 if (io_thread) {
183 io_thread->message_loop()->PostTask(
/external/chromium/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc11 #include "chrome/browser/io_thread.h"
124 IOThread* const io_thread = profile_params->io_thread; local
125 IOThread::Globals* const io_thread_globals = io_thread->globals();
133 main_context->set_net_log(io_thread->net_log());
134 extensions_context->set_net_log(io_thread->net_log());
H A Dprofile_impl_io_data.cc11 #include "chrome/browser/io_thread.h"
170 IOThread* const io_thread = profile_params->io_thread; local
171 IOThread::Globals* const io_thread_globals = io_thread->globals();
187 main_context->set_net_log(io_thread->net_log());
188 media_request_context_->set_net_log(io_thread->net_log());
189 extensions_context->set_net_log(io_thread->net_log());
H A Dprofile_io_data.cc18 #include "chrome/browser/io_thread.h"
163 params->io_thread = g_browser_process->io_thread();
277 IOThread* const io_thread = profile_params_->io_thread; local
278 IOThread::Globals* const io_thread_globals = io_thread->globals();
303 io_thread->net_log(),
H A Dprofile_io_data.h103 IOThread* io_thread; member in struct:ProfileIOData::ProfileParams
/external/chromium/chrome/browser/
H A Dbrowsing_data_remover.cc17 #include "chrome/browser/io_thread.h"
136 g_browser_process->io_thread()));
349 void BrowsingDataRemover::ClearNetworkingHistory(IOThread* io_thread) { argument
353 io_thread->ClearNetworkingHistory();
H A Dio_thread.cc5 #include "chrome/browser/io_thread.h"
246 explicit SystemURLRequestContextGetter(IOThread* io_thread);
261 IOThread* io_thread)
262 : io_thread_(io_thread),
263 io_message_loop_proxy_(io_thread->message_loop_proxy()) {
260 SystemURLRequestContextGetter( IOThread* io_thread) argument
H A Dbrowser_process_impl.cc34 #include "chrome/browser/io_thread.h"
311 io_thread()->message_loop()->PostTask(
375 IOThread* BrowserProcessImpl::io_thread() { function in class:BrowserProcessImpl
470 return io_thread()->system_url_request_context_getter();
714 // invoke the io_thread() accessor.
1000 io_thread()->message_loop()->PostTask
/external/chromium/net/proxy/
H A Dsync_host_resolver_bridge_unittest.cc217 IOThread io_thread; local
220 ASSERT_TRUE(io_thread.StartWithOptions(options));
222 io_thread.async_resolver()->WaitUntilRequestIsReceived();
/external/chromium/chrome/browser/service/
H A Dservice_process_control.cc14 #include "chrome/browser/io_thread.h"
47 base::Thread* io_thread = g_browser_process->io_thread(); local
53 io_thread->message_loop(), true,
/external/qemu/
H A Dcpus.c248 static QemuThread io_thread; variable
278 qemu_thread_self(&io_thread);
540 if (!qemu_thread_equal(&me, &io_thread)) {
/external/chromium/chrome/browser/ui/webui/
H A Dnet_internals_ui.cc25 #include "chrome/browser/io_thread.h"
242 // on the IO thread. |io_thread| is the global IOThread (it is passed in as
246 IOThread* io_thread,
483 proxy_ = new IOThreadImpl(this->AsWeakPtr(), g_browser_process->io_thread(),
671 IOThread* io_thread,
675 io_thread_(io_thread),
669 IOThreadImpl( const base::WeakPtr<NetInternalsMessageHandler>& handler, IOThread* io_thread, net::URLRequestContextGetter* context_getter) argument

Completed in 294 milliseconds