HomeSort by relevance Sort by last modified time
    Searched refs:threads (Results 751 - 775 of 1579) sorted by null

<<31323334353637383940>>

  /art/runtime/
thread_pool.h 86 // Returns the number of threads in the thread pool.
108 // Create a named thread pool with the given number of threads.
110 // If create_peers is true, all worker threads will have a Java peer object. Note that if the
128 // Provides a way to bound the maximum number of worker threads, threads must be less the the
130 void SetMaxActiveWorkers(size_t threads) REQUIRES(!task_queue_lock_);
132 // Set the "nice" priorty for threads in the pool.
158 // How many worker threads are waiting on the condition.
  /cts/suite/audio_quality/lib/include/audio/
RemoteAudio.h 26 #include <utils/threads.h>
  /device/asus/fugu/libaudio/
AudioOutput.h 25 #include <utils/threads.h>
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
SmartPtr.h 19 #include <cutils/threads.h>
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
atrace_agent.py 313 threads = {}
322 return threads
328 threads[tid] = name
330 return threads
  /external/fio/
verify.h 109 uint64_t threads; member in struct:all_io_list
  /external/guava/guava-tests/benchmark/com/google/common/collect/
ConcurrentHashMultisetBenchmark.java 50 @Param({"1", "2", "4", "8"}) int threads; field in class:ConcurrentHashMultisetBenchmark
66 Executors.newFixedThreadPool(threads, new ThreadFactoryBuilder().setDaemon(true).build());
90 List<Future<Long>> futures = Lists.newArrayListWithCapacity(threads);
91 for (int i = 0; i < threads; i++) {
196 * <p>If the data in the multiset is modified by any other threads during this
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java 96 protected int threads; field in class:PerfTest
343 static final int THREADS = 14;
366 UOption.DEF("threads", 'r', UOption.REQUIRES_ARG),
461 threads = 1;
505 if (options[THREADS].doesOccur) {
507 threads = Integer.parseInt(options[THREADS].value);
509 throw new UsageException("'-r <threads>' requires an integer number of threads");
511 if (threads <= 0
    [all...]
  /external/libxml2/VxWorks/
Makefile 43 threads.o tree.o \
  /external/libxml2/include/libxml/
xmlmemory.h 218 #include <libxml/threads.h>
  /external/libxml2/
testThreadsWin32.c 7 #include <libxml/threads.h>
19 static const char *catalog = "test/threads/complex.xml";
21 "test/threads/abc.xml",
22 "test/threads/acb.xml",
23 "test/threads/bac.xml",
24 "test/threads/bca.xml",
25 "test/threads/cab.xml",
26 "test/threads/cba.xml",
27 "test/threads/invalid.xml",
47 if (!strcmp(filename, "test/threads/invalid.xml"))
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_tg.h 37 * "gang" of threads performing a particular mix of operations.
53 * that all their threads have been spawned The second one
54 * "thread_barrier" synchronizes all threads across multiple thread
65 struct ffsb_thread *threads; member in struct:ffsb_tg
93 /* Used for stopping the threads */
115 * multiple tgs and all threads pt is for pthread_create()
185 /* The threads in the tg should be the only ones using these (below)
192 /* The threads in this tg will use this function to get an op to run,
  /frameworks/av/include/drm/
DrmManagerClient.h 20 #include <utils/threads.h>
  /frameworks/av/media/libstagefright/include/
NuMediaExtractor.h 27 #include <utils/threads.h>
SimpleSoftOMXComponent.h 25 #include <utils/threads.h>
SoftVideoDecoderOMXComponent.h 28 #include <utils/threads.h>
  /frameworks/av/media/mtp/
MtpDevice.h 26 #include <utils/threads.h>
MtpServer.h 28 #include <utils/threads.h>
  /frameworks/av/services/mediaanalytics/
MediaAnalyticsService.h 23 #include <utils/threads.h>
  /frameworks/av/services/radio/
RadioHalHidl.h 21 #include <utils/threads.h>
  /frameworks/base/services/core/jni/
com_android_server_input_InputApplicationHandle.cpp 22 #include <utils/threads.h>
  /frameworks/native/include/gui/
ConsumerBase.h 29 #include <utils/threads.h>
SurfaceControl.h 25 #include <utils/threads.h>
  /frameworks/native/services/sensorservice/
SensorEventConnection.h 26 #include <utils/threads.h>
  /frameworks/native/services/surfaceflinger/
EventThread.h 28 #include <utils/threads.h>

Completed in 1482 milliseconds

<<31323334353637383940>>