Searched refs:thread_options (Results 26 - 37 of 37) sorted by relevance

12

/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/fio/
H A Dfio.h18 #include "thread_options.h"
98 struct thread_options o;
548 struct thread_options *o = &td->o;
H A Dinit.c323 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;
2073 extern int fio_check_options(struct thread_options *);
2144 void options_default_fill(struct thread_options *o)
H A Dcconv.c3 #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;
H A Dgoptions.c88 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)
1552 struct thread_options *o;
H A Dfilesetup.c747 struct thread_options *o = &td->o;
762 struct thread_options *o = &td->o;
H A Doptions.c64 static int bssplit_ddir(struct thread_options *o, int ddir, char *str)
324 struct thread_options *o = &td->o;
3917 struct thread_options *o = data;
3922 * a pointer to the thread_options, but to private data. This means
H A Dbackend.c1193 static int exec_string(struct thread_options *o, const char *string, const char *mode)
1262 struct thread_options *o = &td->o;
H A Dgclient.c577 static struct thread_options *gfio_client_add_job(struct gfio_client *gc,
595 struct thread_options *o;
H A Dclient.c709 struct thread_options *o, uint64_t *tag)
H A Dio_u.c1216 struct thread_options *o = &td->o;
/external/fio/engines/
H A Dmmap.c184 struct thread_options *o = &td->o;

Completed in 338 milliseconds

12