HomeSort by relevance Sort by last modified time
    Searched refs:use_threads (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/kernel/sched/tool/
time-schedule.c 72 static void run_yielder(int use_threads, int read_fd);
90 int use_threads = FALSE; local
123 use_threads = TRUE;
211 run_yielder(use_threads, read_fd);
246 if (!use_threads)
268 if (use_threads)
308 static void run_yielder(int use_threads, int read_fd)
310 <use_threads> If TRUE, the yielding process is just a thread.
320 if (use_threads) {
  /external/webp/include/webp/
demux.h 255 int use_threads; // If true, use multi-threaded decoding. member in struct:WebPAnimDecoderOptions
decode.h 445 int use_threads; // if true, use multi-threaded decoding member in struct:WebPDecoderOptions
  /external/webp/src/webp/
demux.h 255 int use_threads; // If true, use multi-threaded decoding. member in struct:WebPAnimDecoderOptions
decode.h 445 int use_threads; // if true, use multi-threaded decoding member in struct:WebPDecoderOptions
  /external/webp/src/demux/
anim_decode.c 50 dec_options->use_threads = 0;
80 config->options.use_threads = dec_options->use_threads;
  /external/webp/src/dec/
frame_dec.c 666 if (options == NULL || options->use_threads == 0) {

Completed in 1562 milliseconds