/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/ |
cpumask.h | 16 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/ |
cpumask.h | 16 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/ |
cpumask.h | 16 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/ |
cpumask.h | 16 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/ |
cpumask.h | 16 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/ |
cpumask.h | 16 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/ |
cpumask.h | 16 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/ |
cpumask.h | 16 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
cpumask.h | 16 #include <linux/threads.h>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gc.py | 308 @unittest.skipUnless(threading, "test meaningless on builds without threads") 332 # helps assert subtype_dealloc's behaviour when threads 356 threads = [] 359 threads.append(t) 360 for t in threads: 364 for t in threads:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gc.py | 308 @unittest.skipUnless(threading, "test meaningless on builds without threads") 332 # helps assert subtype_dealloc's behaviour when threads 356 threads = [] 359 threads.append(t) 360 for t in threads: 364 for t in threads:
|
/system/core/include/utils/ |
Looper.h | 20 #include <utils/threads.h>
|
/system/core/libcutils/ |
Android.mk | 36 threads.c \
|
/system/core/libmemunreachable/ |
MemUnreachable.cpp | 52 bool CollectAllocations(const allocator::vector<ThreadInfo>& threads, 79 bool MemUnreachable::CollectAllocations(const allocator::vector<ThreadInfo>& threads, 108 for (auto thread_it = threads.begin(); thread_it != threads.end(); thread_it++) { 285 // ptrace all the threads 304 // locks as ScopedDisableMalloc. All threads are paused in ptrace, so 353 // releasing all the captured threads.
|
/system/core/libsync/tests/ |
sync_test.cpp | 447 // Use a single timeline to synchronize two threads 471 // make sure the threads did not trample on one another. 483 vector<thread> threads; local 486 // Producer threads run this lambda. 513 threads.push_back(thread{threadMain, i}); 538 // Release the producer threads. 542 for_each(begin(threads), end(threads), [](thread& thread) { thread.join(); });
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
microdump_writer.cc | 237 const unsigned num_threads = dumper_->threads().size(); 242 thread.thread_id = dumper_->threads()[i];
|
/frameworks/native/services/inputflinger/ |
EventHub.h | 28 #include <utils/threads.h> 30 #include <utils/threads.h>
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
AbstractQueuedLongSynchronizerTest.java | 149 * Checks that sync has exactly the given queued threads. 163 * Checks that sync has exactly the given (exclusive) queued threads. 175 * Checks that sync has exactly the given (shared) queued threads. 187 * Checks that condition c has exactly the given waiter threads, 191 Thread... threads) { 193 assertHasWaitersLocked(sync, c, threads); 198 * Checks that condition c has exactly the given waiter threads. 201 Thread... threads) { 202 assertEquals(threads.length > 0, sync.hasWaiters(c)); 203 assertEquals(threads.length, sync.getWaitQueueLength(c)) [all...] |
AbstractQueuedSynchronizerTest.java | 152 * Checks that sync has exactly the given queued threads. 166 * Checks that sync has exactly the given (exclusive) queued threads. 178 * Checks that sync has exactly the given (shared) queued threads. 190 * Checks that condition c has exactly the given waiter threads, 194 Thread... threads) { 196 assertHasWaitersLocked(sync, c, threads); 201 * Checks that condition c has exactly the given waiter threads. 204 Thread... threads) { 205 assertEquals(threads.length > 0, sync.hasWaiters(c)); 206 assertEquals(threads.length, sync.getWaitQueueLength(c)) [all...] |
/external/google-breakpad/src/processor/ |
stackwalk_common.cc | [all...] |
/external/icu/icu4c/source/test/intltest/ |
tzfmttst.cpp | 445 umtx_unlock(NULL); // Unlock for other threads to use 681 TestTimeRoundTripThread **threads = new TestTimeRoundTripThread*[nThreads]; local 684 threads[i] = new TestTimeRoundTripThread(*this, data, i); 685 if (threads[i]->start() != 0) { 691 threads[i]->join(); 698 delete threads[i]; 700 delete [] threads; [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
HttpCookieTest.java | [all...] |
/system/netd/tests/ |
netd_test.cpp | 378 std::vector<std::thread> threads(num_threads); 379 for (std::thread& thread : threads) { 402 for (std::thread& thread : threads) { 406 ALOGI("%u hosts, %u threads, %u queries, %Es", num_hosts, num_threads, num_queries, 703 std::vector<std::thread> threads(10); 704 for (std::thread& thread : threads) { 729 for (std::thread& thread : threads) {
|
/toolchain/binutils/binutils-2.25/gold/ |
Makefile.am | 43 if THREADS 79 gold-threads.cc \ 105 workqueue-threads.cc 129 gold-threads.h \ 310 # Verify that changing the number of threads doesn't change the 312 # for the number of threads. However, the build ID should change if 344 if THREADS
|
/system/core/libbacktrace/ |
backtrace_test.cpp | 47 #include <cutils/threads.h> 64 // Number of simultaneous threads running in our forked process. 406 // Create a process with multiple threads and dump all of the threads. 412 void GetThreads(pid_t pid, std::vector<pid_t>* threads) { 424 threads->push_back(tid); 445 // Check to see that all of the threads are running before unwinding. 446 std::vector<pid_t> threads; local 450 threads.clear(); 451 GetThreads(pid, &threads); [all...] |