HomeSort by relevance Sort by last modified time
    Searched defs:io_thread (Results 1 - 9 of 9) sorted by null

  /external/valgrind/main/none/tests/
pth_cancel2.c 74 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/net/
ssl_config_service_manager_pref.cc 8 #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/
off_the_record_profile_io_data.cc 11 #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());
profile_impl_io_data.cc 11 #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());
profile_io_data.cc 18 #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(),
profile_io_data.h 103 IOThread* io_thread; member in struct:ProfileIOData::ProfileParams
  /external/chromium/net/proxy/
sync_host_resolver_bridge_unittest.cc 217 IOThread io_thread; local
220 ASSERT_TRUE(io_thread.StartWithOptions(options));
222 io_thread.async_resolver()->WaitUntilRequestIsReceived();
  /external/chromium/chrome/browser/service/
service_process_control.cc 14 #include "chrome/browser/io_thread.h"
47 base::Thread* io_thread = g_browser_process->io_thread(); local
53 io_thread->message_loop(), true,
  /external/chromium/chrome/browser/
browser_process_impl.cc 34 #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.
    [all...]

Completed in 101 milliseconds