/frameworks/native/include/utils/ |
Singleton.h | 22 #include <utils/threads.h>
|
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.
|
/frameworks/native/libs/utils/tests/ |
TestHelpers.h | 20 #include <utils/threads.h>
|
/libcore/luni/src/test/java/libcore/java/text/ |
BreakIteratorTest.java | 182 ArrayList<Thread> threads = new ArrayList<Thread>(); local 193 threads.add(t); 196 for (Thread t : threads) { 199 for (Thread t : threads) {
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
pgalloc_32.h | 15 #include <linux/threads.h>
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
pgalloc_32.h | 15 #include <linux/threads.h>
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
pgalloc_32.h | 15 #include <linux/threads.h>
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
pgalloc_32.h | 15 #include <linux/threads.h>
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
pgalloc_32.h | 15 #include <linux/threads.h>
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
pgalloc_32.h | 21 #include <linux/threads.h>
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
pgalloc_32.h | 21 #include <linux/threads.h>
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
ThreadInfo.cpp | 46 #include <cutils/threads.h>
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
GLESv2Context.h | 23 #include <utils/threads.h>
|
/external/guava/guava-tests/test/com/google/common/base/ |
SuppliersTest.java | 268 final Thread[] threads = new Thread[numThreads]; local 285 for (Thread thread : threads) { 301 "timed out waiting for other threads to block" + 315 threads[i] = new Thread() { 321 for (Thread t : threads) { 324 for (Thread t : threads) { 351 Thread[] threads = new Thread[numThreads]; local 353 threads[i] = new Thread() { 361 for (Thread t : threads) { 364 for (Thread t : threads) { [all...] |
/external/valgrind/main/coregrind/ |
m_signals.c | 64 SIGVGKILL is used to terminate threads. When one thread wants 148 something worse: dealing with signals delivered to threads in [all...] |
/external/chromium/testing/gtest/test/ |
gtest_stress_test.cc | 33 // used in a large number of threads concurrently. 62 // How many threads to create? 105 // RecordProperty() should interact safely with other threads as well. 126 // Tests using SCOPED_TRACE() and Google Test assertions in many threads 130 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; local 133 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, 139 // Blocks until all the threads are done. 141 threads[i]->Join(); 206 // This statement should succeed, because failures in all threads are 225 // This statement should succeed, because failures in all threads ar [all...] |
/external/gtest/test/ |
gtest_stress_test.cc | 33 // used in a large number of threads concurrently. 62 // How many threads to create? 105 // RecordProperty() should interact safely with other threads as well. 126 // Tests using SCOPED_TRACE() and Google Test assertions in many threads 130 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; local 133 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, 139 // Blocks until all the threads are done. 141 threads[i]->Join(); 206 // This statement should succeed, because failures in all threads are 225 // This statement should succeed, because failures in all threads ar [all...] |
/external/libvpx/libvpx/third_party/googletest/src/test/ |
gtest_stress_test.cc | 33 // used in a large number of threads concurrently. 62 // How many threads to create? 105 // RecordProperty() should interact safely with other threads as well. 126 // Tests using SCOPED_TRACE() and Google Test assertions in many threads 130 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; local 133 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, 139 // Blocks until all the threads are done. 141 threads[i]->Join(); 206 // This statement should succeed, because failures in all threads are 225 // This statement should succeed, because failures in all threads ar [all...] |
/external/linux-tools-perf/util/ |
thread.c | 66 struct rb_node **p = &self->threads.rb_node; 96 rb_insert_color(&th->rb_node, &self->threads); 133 for (nd = rb_first(&self->threads); nd; nd = rb_next(nd)) {
|
evsel.h | 94 struct thread_map *threads, bool group); 96 struct thread_map *threads, bool group); 139 * @nthreads - Number of threads affected, from zero 152 * @nthreads - Number of threads affected, from zero
|
/external/v8/test/cctest/ |
test-threads.cc | 174 i::List<ThreadIdValidationThread*> threads(kNThreads); 181 threads.Add(newThread); 190 delete threads[i];
|
/external/valgrind/main/callgrind/ |
callgrind_control.in | 358 @threads = (); 367 $threads = ""; 399 elsif (/threads: (.+)$/) { $threads = $1; @threads = split " ", $threads; } 413 print " Number of running threads: " .($#threads+1). ", thread IDs: $threads\n";
|
/frameworks/wilhelm/tests/sandbox/ |
multithread.c | 17 // Multiple threads create and destroy objects 37 pthread_t threads[MAX_THREAD]; variable 128 // create threads 155 ok = pthread_create(&threads[i], (const pthread_attr_t *) NULL, thread_start, 171 // signal threads that they should exit 183 // now wait for the threads to actually exit 185 ok = pthread_join(threads[i], NULL);
|
/system/core/libsync/ |
sync_test.c | 78 pthread_t threads[4]; local 118 pthread_create(&threads[i], NULL, sync_thread, &sync_data[i]); 142 pthread_join(threads[i], &val);
|
/external/libxml2/ |
Android.mk | 32 threads.c \
|