HomeSort by relevance Sort by last modified time
    Searched defs:thread_options (Results 1 - 3 of 3) sorted by null

  /external/libmojo/mojo/message_pump/
handle_watcher_unittest.cc 472 base::Thread::Options thread_options; local
473 thread_options.message_pump_factory =
475 thread->StartWithOptions(thread_options);
handle_watcher.cc 298 base::Thread::Options thread_options; local
299 thread_options.message_pump_factory = base::Bind(&MessagePumpMojo::Create);
300 thread_.StartWithOptions(thread_options);
  /external/fio/
thread_options.h 36 struct thread_options { struct
489 extern void convert_thread_options_to_cpu(struct thread_options *o, struct thread_options_pack *top);
490 extern void convert_thread_options_to_net(struct thread_options_pack *top, struct thread_options *);
491 extern int fio_test_cconv(struct thread_options *);
492 extern void options_default_fill(struct thread_options *o);

Completed in 195 milliseconds