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

  /external/webp/include/webp/
demux.h 250 int use_threads; // If true, use multi-threaded decoding. member in struct:WebPAnimDecoderOptions
decode.h 444 int use_threads; // if true, use multi-threaded decoding member in struct:WebPDecoderOptions
  /external/webp/src/webp/
demux.h 250 int use_threads; // If true, use multi-threaded decoding. member in struct:WebPAnimDecoderOptions
decode.h 444 int use_threads; // if true, use multi-threaded decoding member in struct:WebPDecoderOptions
  /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) {

Completed in 572 milliseconds