/art/runtime/ |
thread_pool.h | 82 // Returns the number of threads in the thread pool. 113 // Provides a way to bound the maximum number of worker threads, threads must be less the the 115 void SetMaxActiveWorkers(size_t threads) REQUIRES(!task_queue_lock_); 117 // Set the "nice" priorty for threads in the pool. 139 // 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 | 26 #include <utils/threads.h>
|
/device/generic/goldfish/camera/ |
EmulatedCameraDevice.h | 29 #include <utils/threads.h>
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
SmartPtr.h | 19 #include <cutils/threads.h>
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
QCameraHWI_Mem.cpp | 28 #include <utils/threads.h>
|
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
QCameraHAL.cpp | 23 #include <utils/threads.h>
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
watchthreads.py | 3 threads there are and report on any wedged threads. 80 {{for thread in threads}} 175 Application that watches the threads in ``paste.httpserver``, 178 If allow_kill is true, then you can kill errant threads through 211 threads = [] 214 threads.append(thread) 233 threads=threads, 242 'Killing threads has not been enabled. Shame on you [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
perfdiag.py | 71 [-k threads] [-p parallelism type] [-y slices] [-s size] [-d directory] 113 -k Sets the number of threads per process to use while running 115 of threads. The default value is 1. 117 Note: All specified threads and processes will be created, but may 122 threads or processes are specified and threads * processes > 1). 131 Use Y (specified with -y) threads for each object, transferring 137 Use Y (specified with -y) threads for each object, transferring 214 single process. When using multiple processes or threads, read and write 609 if self.threads > 1 or self.processes > 1 [all...] |
/external/dbus/dbus/ |
dbus-server-protected.h | 27 #include <dbus/dbus-threads-internal.h>
|
/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/icu4c/source/test/intltest/ |
simplethread.cpp | 252 //threads created with this attr to be in 283 #error No implementation for threads! Cannot test.
|
/external/libxml2/ |
Android.mk | 42 DOCBparser.c catalog.c globals.c threads.c c14n.c xmlstring.c \
|
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/libxml2/VxWorks/ |
Makefile | 43 threads.o tree.o \
|
/external/libxml2/include/libxml/ |
xmlmemory.h | 218 #include <libxml/threads.h>
|
/frameworks/av/include/drm/ |
DrmManagerClient.h | 20 #include <utils/threads.h>
|
/frameworks/av/include/media/stagefright/ |
NuMediaExtractor.h | 27 #include <utils/threads.h>
|
/frameworks/av/media/libstagefright/include/ |
SampleTable.h | 26 #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 | 27 #include <utils/threads.h>
|
/frameworks/base/services/core/jni/ |
com_android_server_input_InputApplicationHandle.cpp | 22 #include <utils/threads.h>
|