HomeSort by relevance Sort by last modified time
    Searched full:io_thread (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /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/
user_style_sheet_watcher_unittest.cc 29 base::Thread io_thread("UserStyleSheetWatcherTestIOThread");
31 ASSERT_TRUE(io_thread.StartWithOptions(options));
34 io_thread.message_loop());
43 io_thread.Stop();
  /external/chromium_org/ppapi/host/
resource_message_filter_unittest.cc 96 // message of type |reply_msg_type|). |io_thread| is the thread on which
99 MyResourceFilter(const base::Thread& io_thread,
103 : ResourceMessageFilter(io_thread.message_loop_proxy()),
147 base::Thread io_thread("test_io_thread");
148 ASSERT_TRUE(io_thread.Start());
153 new MyResourceFilter(io_thread, bg_thread1, MSG1_TYPE, REPLY_MSG1_TYPE);
158 new MyResourceFilter(io_thread, bg_thread2, MSG2_TYPE, REPLY_MSG2_TYPE);
180 EXPECT_EQ(host.last_reply_message_loop(), io_thread.message_loop());
190 EXPECT_EQ(host.last_reply_message_loop(), io_thread.message_loop());
199 io_thread.Stop()
    [all...]
  /external/chromium_org/chrome/browser/network_time/
network_time_tracker.cc 9 #include "chrome/browser/io_thread.h"
30 IOThread* io_thread,
33 io_thread->globals()->network_time_notifier->AddObserver(observer_callback);
42 g_browser_process->io_thread(),
46 void UpdateNetworkNotifierOnIOThread(IOThread* io_thread,
52 io_thread->globals()->network_time_notifier->UpdateNetworkTime(
56 void UpdateNetworkNotifier(IOThread* io_thread,
64 io_thread,
147 g_browser_process->io_thread());
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_main.cc 42 base::Thread io_thread("io_thread");
43 io_thread.StartWithOptions(
69 new URLRequestContextGetter(io_thread.message_loop_proxy()));
77 CreatePairingRegistry(io_thread.message_loop_proxy());
start_host.cc 147 base::Thread io_thread("IO thread");
149 io_thread.StartWithOptions(io_thread_options);
152 new remoting::URLRequestContextGetter(io_thread.message_loop_proxy()));
177 io_thread.Stop();
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher_factory.h 23 // remove any dangling url requests before the io_thread is shutdown
  /external/chromium_org/mojo/shell/
task_runners.cc 27 io_thread_(CreateIOThread("io_thread")),
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_quota_helper.cc 38 base::MessageLoopProxy* io_thread)
39 : io_thread_(io_thread) {
  /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(),
  /external/chromium_org/sync/internal_api/
http_bridge_unittest.cc 96 base::Thread* io_thread() { return &io_thread_; } function in class:syncer::SyncHttpBridgeTest
182 io_thread()->message_loop()
193 new net::TestURLRequestContextGetter(io_thread()->message_loop_proxy()));
315 new net::TestURLRequestContextGetter(io_thread()->message_loop_proxy()));
324 io_thread()->message_loop_proxy()->PostTask(
334 new net::TestURLRequestContextGetter(io_thread()->message_loop_proxy()));
368 ASSERT_TRUE(io_thread()->message_loop_proxy()->PostTask(
386 ASSERT_TRUE(io_thread()->message_loop_proxy()->PostTask(
406 io_thread()->Stop();
448 new net::TestURLRequestContextGetter(io_thread()->message_loop_proxy()))
    [all...]
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 17 #include "chrome/browser/io_thread.h"
167 IOThread* const io_thread = profile_params->io_thread; local
168 IOThread::Globals* const io_thread_globals = io_thread->globals();
174 main_context->set_net_log(io_thread->net_log());
240 IOThread* const io_thread = profile_params->io_thread; local
241 IOThread::Globals* const io_thread_globals = io_thread->globals();
247 extensions_context->set_net_log(io_thread->net_log());
  /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(
proxy_service_factory.cc 11 #include "chrome/browser/io_thread.h"
45 g_browser_process->io_thread()->message_loop(),
  /external/chromium_org/chrome/browser/net/
net_error_tab_helper.cc 10 #include "chrome/browser/io_thread.h"
55 // Can only access g_browser_process->io_thread() from the browser thread,
59 IOThread* io_thread) {
63 io_thread->globals()->dns_probe_service.get();
178 g_browser_process->io_thread()));
http_pipelining_compatibility_client.cc 12 #include "chrome/browser/io_thread.h"
444 void DeleteClient(IOThread* io_thread, int /* rv */) {
446 io_thread->globals()->http_pipelining_compatibility_client.reset();
451 IOThread* io_thread) {
455 io_thread->globals()->system_request_context.get();
518 base::Bind(&DeleteClient, io_thread),
520 io_thread->globals()->http_pipelining_compatibility_client.reset(client);
526 const std::string& pipeline_test_server, IOThread* io_thread) {
536 io_thread));
  /external/chromium/chrome/browser/sync/tools/
sync_listen_notifications.cc 64 BrowserThread io_thread(BrowserThread::IO);
67 io_thread.StartWithOptions(options);
118 io_thread.Stop();
  /external/chromium_org/chrome/browser/extensions/api/dns/
dns_api.h 10 #include "chrome/browser/io_thread.h"
dns_api.cc 11 #include "chrome/browser/io_thread.h"
27 io_thread_(g_browser_process->io_thread()),
  /external/chromium_org/sync/tools/
sync_listen_notifications.cc 148 base::Thread io_thread("IO thread");
151 io_thread.StartWithOptions(options);
179 new MyTestURLRequestContextGetter(io_thread.message_loop_proxy()));
204 io_thread.Stop();
  /external/chromium_org/chrome/test/chromedriver/server/
chromedriver_server.cc 143 base::Thread io_thread("ChromeDriver IO");
144 CHECK(io_thread.StartWithOptions(
150 io_thread.message_loop_proxy(),
157 io_thread.message_loop()
170 io_thread.message_loop()
  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server_unittest.cc 49 io_thread_("io_thread") {
265 base::Thread io_thread("io_thread");
268 ASSERT_TRUE(io_thread.StartWithOptions(thread_options));
269 io_thread_runner = io_thread.message_loop_proxy();
  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache_unittest.cc 32 BrowserThread io_thread(BrowserThread::IO, &loop);

Completed in 2403 milliseconds

1 2 3 4 5 6