Home
last modified time | relevance | path

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

/third_party/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()
/third_party/gstreamer/gstplugins_bad/ext/webp/
Dgstwebpdec.c145 dec->use_threads = FALSE; in gst_webp_dec_init()
182 dec->use_threads = g_value_get_boolean (value); in gst_webp_dec_set_property()
207 g_value_set_boolean (value, dec->use_threads); in gst_webp_dec_get_property()
462 webpdec->config.options.use_threads = webpdec->use_threads; in gst_webp_dec_handle_frame()
Dgstwebpdec.h61 gboolean use_threads; member
/third_party/flutter/skia/third_party/externals/libwebp/src/demux/
Danim_decode.c50 dec_options->use_threads = 0; in DefaultDecoderOptions()
80 config->options.use_threads = dec_options->use_threads; in ApplyDecoderOptions()
/third_party/skia/third_party/externals/libwebp/src/demux/
Danim_decode.c50 dec_options->use_threads = 0; in DefaultDecoderOptions()
80 config->options.use_threads = dec_options->use_threads; in ApplyDecoderOptions()
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Danimation_api_fuzzer.c58 dec_options.use_threads = size & 1; in LLVMFuzzerTestOneInput()
Dadvanced_api_fuzzer.c38 config.options.use_threads = value & 8; in LLVMFuzzerTestOneInput()
/third_party/flutter/skia/third_party/externals/libwebp/src/webp/
Ddemux.h255 int use_threads; // If true, use multi-threaded decoding. member
Ddecode.h457 int use_threads; // if true, use multi-threaded decoding member
/third_party/skia/third_party/externals/libwebp/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
/third_party/skia/third_party/externals/libwebp/examples/
Ddwebp.c261 config.options.use_threads = 1; in main()
Dvwebp.c528 config->options.use_threads = 1; in main()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Ddwebp.c260 config.options.use_threads = 1; in main()
Dvwebp.c528 config->options.use_threads = 1; in main()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c663 if (options == NULL || options->use_threads == 0) { in VP8GetThreadMethod()
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c663 if (options == NULL || options->use_threads == 0) { in VP8GetThreadMethod()