Searched refs:use_thread (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/compositor/test/
H A Din_process_context_factory.cc28 bool use_thread = !CommandLine::ForCurrentProcess()->HasSwitch( local
31 bool use_thread = false; local
33 if (use_thread) {
/external/chromium_org/content/browser/compositor/
H A Dgpu_process_transport_factory.cc77 bool use_thread = !base::CommandLine::ForCurrentProcess()->HasSwitch( local
80 bool use_thread = false; local
82 if (use_thread) {
/external/fio/
H A Dthread_options.h102 unsigned int use_thread; member in struct:thread_options
329 uint32_t use_thread; member in struct:thread_options_pack
H A Dcconv.c145 o->use_thread = le32_to_cpu(top->use_thread);
315 top->use_thread = cpu_to_le32(o->use_thread);
H A Dbackend.c1267 if (!o->use_thread) {
1278 fio_local_clock_init(o->use_thread);
1636 if (td->o.use_thread) {
1728 if (td->o.use_thread)
1840 if (td->o.use_thread) {
H A Dinit.c466 if (!o->use_thread) {
470 o->use_thread = 1;
H A Doptions.c3040 .off1 = td_var_offset(use_thread),
/external/fio/engines/
H A Drbd.c355 td->o.use_thread = 1;

Completed in 159 milliseconds