/frameworks/base/tools/aapt/ |
WorkQueue.h | 22 #include <utils/threads.h> 30 * units in parallel, using up to the specified number of threads. 49 /* Creates a work queue with the specified maximum number of work threads. */ 53 * Cancels pending work and waits for all remaining threads to complete. 64 * 'backlog' times the number of threads. This condition reduces the rate of entry into 66 * work threads can actually handle.
|
/cts/libs/vogar-expect/src/vogar/util/ |
Threads.java | 26 * Utility methods for working with threads. 28 public final class Threads { 29 private Threads() {}
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_test_helper.h | 16 // This class creates fake UI, file, and IO threads because many objects that 18 // their destruction to certain threads. For example, the net::URLRequestContext 21 // these are fake threads and they all share the same MessageLoop.
|
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/ |
exynos_parser_test.js | 20 var threads = m.getAllThreads(); 21 assertEquals(1, threads.length); 23 var gfxFlipThread = threads[0];
|
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/ |
example.js | 35 var threads = [0, 1, 2, 4, 6, 8, 12, 16, 24, 32]; 36 for (var i = 0; i < threads.length; i++) { 38 postThreadFunc(threads[i]));
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
write_batch.h | 16 // Multiple threads can invoke const methods on a WriteBatch without 17 // external synchronization, but if any of the threads may call a 18 // non-const method, all threads accessing the same WriteBatch must use
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_lock.py | 56 threads = [] 57 threads.append(Thread(target = self.theThread, 59 threads.append(Thread(target = self.theThread, 61 threads.append(Thread(target = self.theThread, 63 threads.append(Thread(target = self.theThread, 65 threads.append(Thread(target = self.theThread, 67 threads.append(Thread(target = self.theThread, 69 threads.append(Thread(target = self.theThread, 71 threads.append(Thread(target = self.theThread, 73 threads.append(Thread(target = self.theThread [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_lock.py | 56 threads = [] 57 threads.append(Thread(target = self.theThread, 59 threads.append(Thread(target = self.theThread, 61 threads.append(Thread(target = self.theThread, 63 threads.append(Thread(target = self.theThread, 65 threads.append(Thread(target = self.theThread, 67 threads.append(Thread(target = self.theThread, 69 threads.append(Thread(target = self.theThread, 71 threads.append(Thread(target = self.theThread, 73 threads.append(Thread(target = self.theThread [all...] |
/art/test/051-thread/src/ |
Main.java | 26 MyThread[] threads = new MyThread[512]; local 28 threads[i] = new MyThread(); 31 for (MyThread thread : threads) { 34 for (MyThread thread : threads) {
|
/bionic/libc/private/ |
resolv_static.h | 10 * when the resolver was being used by multiple threads.
|
/dalvik/tests/051-thread/src/ |
Main.java | 26 MyThread[] threads = new MyThread[512]; local 28 threads[i] = new MyThread(); 31 for (MyThread thread : threads) { 34 for (MyThread thread : threads) {
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
hardirq.h | 16 #include <linux/threads.h>
|
smp.h | 15 #include <linux/threads.h>
|
/external/chromium/chrome/browser/ |
jankometer.h | 17 // critical threads. It should be called on the UI thread.
|
/external/chromium_org/base/synchronization/ |
condition_variable.h | 7 // several threads wait for an event, as is common with a thread pool managed 10 // used in Chrome in the DNS prefetching system to notify worker threads that 34 // USAGE NOTE 2: Broadcast() frees up all waiting threads at once, 37 // approach to getting a lot of threads out of Wait() is to have each 43 // done, and leaves no sleeping threads... and performance is less 47 // threads that were waiting when the request was made will indeed 50 // a while while waiting threads come around). This implementation 52 // that all threads get signaled by Broadcast(). 95 // Broadcast() revives all waiting threads.
|
/external/chromium_org/chrome/browser/ |
jankometer.h | 16 // critical threads. It should be called on the UI thread.
|
/external/chromium_org/chrome/browser/metrics/ |
thread_watcher.h | 6 // browser threads like UI, IO, DB, FILE and CACHED threads. It also defines 7 // ThreadWatcher class which performs health check on threads that would like to 15 // TODO(raman): ThreadWatcher can detect hung threads. If a hung thread is 28 // (IO) thread has become sufficiently unresponsive, while other threads are 30 // browser threads that are to be responsive when we want to crash the browser 70 // This class performs health check on threads that would like to be watched. 110 // number of browser threads that are to be responsive when we want to crash 259 // Histogram that keeps track of how many threads are responding when we got 263 // Histogram that keeps track of how many threads are not responding when w [all...] |
/external/chromium_org/chromeos/ime/ |
xkeyboard.h | 69 // non-UI threads. 74 // from non-UI threads. 78 // from non-UI threads. 82 // threads. 86 // threads. 90 // the function from non-UI threads. 98 // NULL. Do not call the function from non-UI threads. 103 // Do not call the function from non-UI threads. 109 // non-UI threads.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tsmthred.h | 28 * test that threads even work
|
/external/chromium_org/third_party/icu/source/test/threadtest/ |
threadtest.h | 15 // program that nows how to spin up and control threads 22 // test and be shared among all of the threads involved in 29 // runOnce() will be called repeatedly by the working threads of 33 // environment, with the worker threads temporarily suspended between
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_multithread_makecurrent.spec | 40 using the same context across multiple threads and protecting its 72 current to multiple threads, with synchronization of access to 107 threads, then binds a different context/thread in one of them? 114 threads, then binds None/None in one of them? 117 threads retain their GLX context binding. 119 (3) What happens if the app binds a context/drawable in 7 threads, 123 but the context remains usable by threads that have the context 134 from multiple threads? 140 context between multiple threads is left to the application to do
|
/external/chromium_org/third_party/openssl/openssl/crypto/threads/ |
README | 4 normal build. Have a read of doc/threads.doc.
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_mutex_test.cc | 105 pthread_t threads[kThreads]; local 107 pthread_create(&threads[i], 0, lock_thread<SpinMutex>, &data); 109 pthread_join(threads[i], 0); 116 pthread_t threads[kThreads]; local 118 pthread_create(&threads[i], 0, try_thread<SpinMutex>, &data); 120 pthread_join(threads[i], 0); 127 pthread_t threads[kThreads]; local 129 pthread_create(&threads[i], 0, lock_thread<BlockingMutex>, &data); 131 pthread_join(threads[i], 0);
|
/external/icu4c/test/threadtest/ |
threadtest.h | 15 // program that nows how to spin up and control threads 22 // test and be shared among all of the threads involved in 29 // runOnce() will be called repeatedly by the working threads of 33 // environment, with the worker threads temporarily suspended between
|
/external/kernel-headers/original/asm-arm/ |
hardirq.h | 5 #include <linux/threads.h>
|