/external/chromium_org/mojo/spy/ |
spy.cc | 321 base::Thread::Options thread_options(base::MessageLoop::TYPE_IO, 0); 322 control_thread_->StartWithOptions(thread_options);
|
/external/fio/engines/ |
mmap.c | 184 struct thread_options *o = &td->o;
|
/external/fio/ |
goptions.c | 88 struct thread_options *o; 869 struct gopt *gopt, struct thread_options *to) 1008 struct thread_options *to) 1128 struct thread_options *to) 1152 struct thread_options *to) [all...] |
init.c | 323 struct thread_options *o = &td->o; 427 static int fixed_block_size(struct thread_options *o) 462 struct thread_options *o = &td->o; 881 struct thread_options *o = &td->o; 940 static char *make_filename(char *buf, size_t buf_size,struct thread_options *o, 1040 struct thread_options *o = &td->o; [all...] |
backend.c | 1193 static int exec_string(struct thread_options *o, const char *string, const char *mode) 1262 struct thread_options *o = &td->o; [all...] |
filesetup.c | 747 struct thread_options *o = &td->o; 762 struct thread_options *o = &td->o;
|
gclient.c | 577 static struct thread_options *gfio_client_add_job(struct gfio_client *gc, 595 struct thread_options *o; [all...] |
options.c | 64 static int bssplit_ddir(struct thread_options *o, int ddir, char *str) 324 struct thread_options *o = &td->o; [all...] |
client.c | 709 struct thread_options *o, uint64_t *tag) [all...] |
io_u.c | 1216 struct thread_options *o = &td->o; [all...] |
/external/chromium_org/dbus/ |
end_to_end_async_unittest.cc | 46 base::Thread::Options thread_options; local 47 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; 48 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options));
|
test_service.cc | 50 base::Thread::Options thread_options; local 51 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; 52 return StartWithOptions(thread_options);
|