Searched defs:thread_options (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/dbus/
H A Dtest_server.cc17 base::Thread::Options thread_options; local
18 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
19 CHECK(dbus_thread->StartWithOptions(thread_options));
H A Dbus_unittest.cc140 base::Thread::Options thread_options; local
141 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
143 dbus_thread.StartWithOptions(thread_options);
220 base::Thread::Options thread_options; local
221 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
223 dbus_thread.StartWithOptions(thread_options);
270 base::Thread::Options thread_options; local
271 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
273 dbus_thread.StartWithOptions(thread_options);
H A Dproperty_unittest.cc58 base::Thread::Options thread_options; local
59 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
60 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options));
H A Dsignal_sender_verification_unittest.cc39 base::Thread::Options thread_options; local
40 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
41 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options));
H A Dend_to_end_async_unittest.cc46 base::Thread::Options thread_options; local
47 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
48 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options));
H A Dobject_manager_unittest.cc68 base::Thread::Options thread_options; local
69 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
70 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options));
H A Dtest_service.cc50 base::Thread::Options thread_options; local
51 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
52 return StartWithOptions(thread_options);
/external/chromium_org/net/test/embedded_test_server/
H A Dembedded_test_server.cc183 base::Thread::Options thread_options; local
184 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
186 CHECK(io_thread_->StartWithOptions(thread_options));
H A Dembedded_test_server_unittest.cc53 base::Thread::Options thread_options; variable
54 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
55 ASSERT_TRUE(io_thread_.StartWithOptions(thread_options));
266 base::Thread::Options thread_options; variable
267 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
268 ASSERT_TRUE(io_thread.StartWithOptions(thread_options));
/external/chromium_org/mojo/common/
H A Dhandle_watcher.cc308 base::Thread::Options thread_options; local
309 thread_options.message_pump_factory = base::Bind(&MessagePumpMojo::Create);
310 thread_.StartWithOptions(thread_options);
H A Dhandle_watcher_unittest.cc446 base::Thread::Options thread_options; local
447 thread_options.message_pump_factory =
449 thread->StartWithOptions(thread_options);
/external/chromium_org/chromeos/dbus/
H A Ddbus_thread_manager.cc64 base::Thread::Options thread_options; local
65 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
67 dbus_thread_->StartWithOptions(thread_options);
/external/fio/
H A Dthread_options.h33 struct thread_options { struct
477 extern void convert_thread_options_to_cpu(struct thread_options *o, struct thread_options_pack *top);
478 extern void convert_thread_options_to_net(struct thread_options_pack *top, struct thread_options *);
479 extern int fio_test_cconv(struct thread_options *);
480 extern void options_default_fill(struct thread_options *o);

Completed in 275 milliseconds