/external/chromium_org/dbus/ |
test_server.cc | 17 base::Thread::Options thread_options; local 18 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; 19 CHECK(dbus_thread->StartWithOptions(thread_options));
|
bus_unittest.cc | 140 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);
|
property_unittest.cc | 58 base::Thread::Options thread_options; local 59 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; 60 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options));
|
object_manager_unittest.cc | 68 base::Thread::Options thread_options; local 69 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; 70 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options));
|
signal_sender_verification_unittest.cc | 39 base::Thread::Options thread_options; local 40 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; 41 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options));
|
/external/chromium_org/device/bluetooth/ |
bluetooth_socket_thread.cc | 62 base::Thread::Options thread_options; 63 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; 65 thread_->StartWithOptions(thread_options);
|
/external/chromium_org/net/test/embedded_test_server/ |
embedded_test_server_unittest.cc | 53 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));
|
embedded_test_server.cc | 183 base::Thread::Options thread_options; local 184 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; 186 CHECK(io_thread_->StartWithOptions(thread_options));
|
/external/chromium_org/net/base/ |
network_change_notifier_linux.cc | 78 base::Thread::Options thread_options(base::MessageLoop::TYPE_IO, 0); 79 notifier_thread_->StartWithOptions(thread_options);
|
network_config_watcher_mac.cc | 126 base::Thread::Options thread_options(base::MessageLoop::TYPE_UI, 0); 127 notifier_thread_->StartWithOptions(thread_options);
|
/external/fio/ |
gfio.h | 8 #include "thread_options.h" 146 struct thread_options o;
|
parse.h | 106 struct thread_options; 107 static inline void *td_var(struct thread_options *to, struct fio_option *o,
|
thread_options.h | 33 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);
|
client.h | 133 extern int fio_client_update_options(struct fio_client *, struct thread_options *, uint64_t *);
|
options.h | 10 #define td_var_offset(var) ((size_t) &((struct thread_options *)0)->var)
|
iolog.c | 656 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;
|
fio.h | 18 #include "thread_options.h" 98 struct thread_options o; 548 struct thread_options *o = &td->o;
|
cconv.c | 3 #include "thread_options.h" 24 static void free_thread_options_to_cpu(struct thread_options *o) 47 void convert_thread_options_to_cpu(struct thread_options *o, 253 struct thread_options *o) 464 int fio_test_cconv(struct thread_options *__o) 466 struct thread_options o;
|
/external/chromium_org/mojo/apps/js/ |
js_app.cc | 36 base::Thread::Options thread_options(base::MessageLoop::TYPE_IO, 0); 37 thread_.StartWithOptions(thread_options);
|
/external/fio/engines/ |
cpu.c | 70 struct thread_options *o = &td->o;
|
/external/chromium_org/chromeos/dbus/ |
dbus_thread_manager.cc | 64 base::Thread::Options thread_options; local 65 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; 67 dbus_thread_->StartWithOptions(thread_options);
|
/external/chromium_org/mojo/common/ |
handle_watcher.cc | 308 base::Thread::Options thread_options; local 309 thread_options.message_pump_factory = base::Bind(&MessagePumpMojo::Create); 310 thread_.StartWithOptions(thread_options);
|
handle_watcher_unittest.cc | 446 base::Thread::Options thread_options; local 447 thread_options.message_pump_factory = 449 thread->StartWithOptions(thread_options);
|
/external/chromium_org/chrome/utility/local_discovery/ |
service_discovery_message_handler.cc | 206 base::Thread::Options thread_options(base::MessageLoop::TYPE_IO, 0); 207 if (discovery_thread_->StartWithOptions(thread_options)) {
|
/external/chromium_org/content/browser/battery_status/ |
battery_status_manager_linux.cc | 311 base::Thread::Options thread_options(base::MessageLoop::TYPE_IO, 0); 313 if (!notifier_thread_->StartWithOptions(thread_options)) {
|