Searched refs:thread_options (Results 1 - 25 of 35) sorted by relevance

12

/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.cc57 base::Thread::Options thread_options; local
58 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
59 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options));
H A Dsignal_sender_verification_unittest.cc38 base::Thread::Options thread_options; local
39 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
40 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options));
H A Dobject_manager_unittest.cc67 base::Thread::Options thread_options; local
68 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
69 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options));
H A Dend_to_end_async_unittest.cc45 base::Thread::Options thread_options; local
46 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
47 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/device/bluetooth/
H A Dbluetooth_socket_thread.cc62 base::Thread::Options thread_options;
63 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
65 thread_->StartWithOptions(thread_options);
/external/fio/
H A Dparse.h106 struct thread_options;
107 static inline void *td_var(struct thread_options *to, struct fio_option *o,
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);
H A Dclient.h133 extern int fio_client_update_options(struct fio_client *, struct thread_options *, uint64_t *);
H A Doptions.h10 #define td_var_offset(var) ((size_t) &((struct thread_options *)0)->var)
H A Diolog.c656 struct thread_options *o = &td->o;
663 struct thread_options *o = &td->o;
670 struct thread_options *o = &td->o;
677 struct thread_options *o = &td->o;
684 struct thread_options *o = &td->o;
H A Dgfio.h8 #include "thread_options.h"
146 struct thread_options o;
H A Dfio.h18 #include "thread_options.h"
98 struct thread_options o;
548 struct thread_options *o = &td->o;
/external/chromium_org/net/base/
H A Dnetwork_change_notifier_linux.cc78 base::Thread::Options thread_options(base::MessageLoop::TYPE_IO, 0);
79 notifier_thread_->StartWithOptions(thread_options);
H A Dnetwork_config_watcher_mac.cc126 base::Thread::Options thread_options(base::MessageLoop::TYPE_UI, 0);
127 notifier_thread_->StartWithOptions(thread_options);
/external/chromium_org/net/test/embedded_test_server/
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));
H A Dembedded_test_server.cc171 base::Thread::Options thread_options; local
172 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
174 CHECK(io_thread_->StartWithOptions(thread_options));
/external/chromium_org/mojo/spy/
H A Dspy.cc201 base::Thread::Options thread_options(base::MessageLoop::TYPE_IO, 0);
202 control_thread_->StartWithOptions(thread_options);
/external/fio/engines/
H A Dcpu.c70 struct thread_options *o = &td->o;
/external/chromium_org/mojo/common/
H A Dhandle_watcher.cc231 base::Thread::Options thread_options; local
232 thread_options.message_pump_factory = base::Bind(&CreateMessagePumpMojo);
233 thread_.StartWithOptions(thread_options);
/external/chromium_org/chromeos/dbus/
H A Ddbus_thread_manager.cc262 base::Thread::Options thread_options; local
263 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
265 dbus_thread_->StartWithOptions(thread_options);
/external/chromium_org/chrome/utility/local_discovery/
H A Dservice_discovery_message_handler.cc206 base::Thread::Options thread_options(base::MessageLoop::TYPE_IO, 0);
207 if (discovery_thread_->StartWithOptions(thread_options)) {
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device.cc455 base::Thread::Options thread_options(base::MessageLoop::TYPE_UI, 0);
456 ui_thread->StartWithOptions(thread_options);

Completed in 564 milliseconds

12