HomeSort by relevance Sort by last modified time
    Searched refs:use_thread (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/compositor/test/
in_process_context_factory.cc 28 bool use_thread = !CommandLine::ForCurrentProcess()->HasSwitch( local
31 bool use_thread = false; local
33 if (use_thread) {
  /external/chromium_org/content/browser/compositor/
gpu_process_transport_factory.cc 77 bool use_thread = !base::CommandLine::ForCurrentProcess()->HasSwitch( local
80 bool use_thread = false; local
82 if (use_thread) {
  /external/fio/
thread_options.h 102 unsigned int use_thread; member in struct:thread_options
329 uint32_t use_thread; member in struct:thread_options_pack
cconv.c 145 o->use_thread = le32_to_cpu(top->use_thread);
315 top->use_thread = cpu_to_le32(o->use_thread);
backend.c 1267 if (!o->use_thread) {
1278 fio_local_clock_init(o->use_thread);
    [all...]
init.c 466 if (!o->use_thread) {
470 o->use_thread = 1;
    [all...]
options.c     [all...]
  /external/fio/engines/
rbd.c 355 td->o.use_thread = 1;

Completed in 186 milliseconds