Searched refs:use_threads (Results 1 – 15 of 15) 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/webp/tests/fuzzer/ |
D | animation_api_fuzzer.cc | 28 void AnimationApiTest(std::string_view blob, bool use_threads, in AnimationApiTest() argument 67 dec_options.use_threads = use_threads; in AnimationApiTest()
|
D | advanced_api_fuzzer.cc | 31 bool use_threads, bool use_cropping, bool use_scaling, in AdvancedApiTest() argument 52 config.options.use_threads = use_threads; in AdvancedApiTest()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | hlo_test_base.cc | 250 int64_t num_replicas, bool use_threads, bool run_hlo_passes) { in ExecuteReplicated() argument 254 options.use_threads = use_threads; in ExecuteReplicated() 264 bool run_hlo_passes, bool use_threads) { in ExecuteReplicated() argument 268 options.use_threads = use_threads; in ExecuteReplicated() 285 options.use_threads = true; in ExecuteReplicated() 595 options.use_threads = true; in RunReplicated()
|
D | replicated_io_feed_test.cc | 78 opts.use_threads = true; in XLA_TEST_F()
|
D | hlo_test_base.h | 188 int64_t num_replicas, bool use_threads, bool run_hlo_passes = false); 194 bool run_hlo_passes, bool use_threads);
|
D | collective_ops_test.cc | 381 opts.use_threads = true; in XLA_TEST_F()
|
/external/webp/src/demux/ |
D | anim_decode.c | 59 dec_options->use_threads = 0; in DefaultDecoderOptions() 92 config->options.use_threads = dec_options->use_threads; in ApplyDecoderOptions()
|
/external/webp/src/webp/ |
D | demux.h | 257 int use_threads; // If true, use multi-threaded decoding. member
|
D | decode.h | 455 int use_threads; // if true, use multi-threaded decoding member
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_runner_interface.h | 81 bool use_threads = false; member
|
D | hlo_runner.cc | 350 if (!options.use_threads) { in ExecuteReplicated() 409 TF_RET_CHECK(options.use_threads); in ExecuteReplicated()
|
/external/webp/examples/ |
D | dwebp.c | 262 config.options.use_threads = 1; in main()
|
D | vwebp.c | 546 config->options.use_threads = 1; in main()
|
/external/webp/src/dec/ |
D | frame_dec.c | 663 if (options == NULL || options->use_threads == 0) { in VP8GetThreadMethod()
|