Home
last modified time | relevance | path

Searched refs:use_threads (Results 1 – 14 of 14) sorted by relevance

/external/ltp/testcases/kernel/sched/tool/
Dtime-schedule.c72 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/tests/
Dhlo_test_base.cc207 int64 num_replicas, bool use_threads, bool run_hlo_passes) { in ExecuteReplicated() argument
211 options.use_threads = use_threads; in ExecuteReplicated()
221 bool run_hlo_passes, bool use_threads) { in ExecuteReplicated() argument
225 options.use_threads = use_threads; in ExecuteReplicated()
241 options.use_threads = true; in ExecuteReplicated()
447 options.use_threads = true; in RunReplicated()
Dhlo_test_base.h164 int64 num_replicas, bool use_threads, bool run_hlo_passes = false);
170 bool run_hlo_passes, bool use_threads);
Dcollective_ops_test.cc367 e.opts.use_threads = true; in XLA_TEST_F()
428 opts.use_threads = true; in XLA_TEST_F()
/external/webp/tests/fuzzer/
Danimation_api_fuzzer.c58 dec_options.use_threads = size & 1; in LLVMFuzzerTestOneInput()
Dadvanced_api_fuzzer.c35 config.options.use_threads = value & 8; in LLVMFuzzerTestOneInput()
/external/webp/src/demux/
Danim_decode.c50 dec_options->use_threads = 0; in DefaultDecoderOptions()
80 config->options.use_threads = dec_options->use_threads; in ApplyDecoderOptions()
/external/webp/include/webp/
Ddemux.h255 int use_threads; // If true, use multi-threaded decoding. member
Ddecode.h454 int use_threads; // if true, use multi-threaded decoding member
/external/webp/src/webp/
Ddemux.h255 int use_threads; // If true, use multi-threaded decoding. member
Ddecode.h454 int use_threads; // if true, use multi-threaded decoding member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner_interface.h81 bool use_threads = false; member
Dhlo_runner.cc328 if (!options.use_threads) { in ExecuteReplicated()
381 TF_RET_CHECK(options.use_threads); in ExecuteReplicated()
/external/webp/src/dec/
Dframe_dec.c663 if (options == NULL || options->use_threads == 0) { in VP8GetThreadMethod()