Searched refs:use_threads (Results 1 – 11 of 11) sorted by relevance
/external/ltp/testcases/kernel/sched/tool/ |
D | time-schedule.c | 72 static void run_yielder(int use_threads, int read_fd); 90 int use_threads = FALSE; in main() local 123 use_threads = TRUE; in main() 211 run_yielder(use_threads, read_fd); in main() 246 if (!use_threads) in main() 268 if (use_threads) in main() 308 static void run_yielder(int use_threads, int read_fd) in run_yielder() argument 320 if (use_threads) { in run_yielder()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_runner.h | 174 const ReplicatedExecuteOptions& options, bool use_threads = false); 180 DeviceAssignment* device_assignment, bool use_threads = false);
|
D | hlo_runner.cc | 274 DeviceAssignment* device_assignment, bool use_threads) { in ExecuteReplicated() argument 371 if (!use_threads) { in ExecuteReplicated() 418 bool use_threads) { in ExecuteReplicated() argument 423 use_threads); in ExecuteReplicated()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | hlo_test_base.cc | 210 int64 num_replicas, bool use_threads) { in ExecuteReplicated() argument 217 use_threads); in ExecuteReplicated() 223 bool run_hlo_passes, bool use_threads) { in ExecuteReplicated() argument 231 device_assignment, use_threads); in ExecuteReplicated()
|
D | hlo_test_base.h | 183 int64 num_replicas, bool use_threads); 189 bool run_hlo_passes, bool use_threads);
|
/external/webp/src/demux/ |
D | anim_decode.c | 50 dec_options->use_threads = 0; in DefaultDecoderOptions() 80 config->options.use_threads = dec_options->use_threads; in ApplyDecoderOptions()
|
/external/webp/include/webp/ |
D | demux.h | 255 int use_threads; // If true, use multi-threaded decoding. member
|
D | decode.h | 457 int use_threads; // if true, use multi-threaded decoding member
|
/external/webp/src/webp/ |
D | demux.h | 255 int use_threads; // If true, use multi-threaded decoding. member
|
D | decode.h | 457 int use_threads; // if true, use multi-threaded decoding member
|
/external/webp/src/dec/ |
D | frame_dec.c | 663 if (options == NULL || options->use_threads == 0) { in VP8GetThreadMethod()
|