/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/ |
processor_32.h | 34 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/ |
nodemask.h | 16 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/ |
nodemask.h | 16 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/ |
nodemask.h | 16 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/ |
nodemask.h | 16 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/ |
nodemask.h | 16 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/ |
nodemask.h | 16 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/ |
nodemask.h | 16 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/ |
pgtable_32.h | 25 #include <linux/threads.h>
|
processor_32.h | 34 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
nodemask.h | 16 #include <linux/threads.h>
|
/system/core/libbacktrace/ |
backtrace_offline_test.cpp | 14 #include <cutils/threads.h>
|
/system/extras/iotop/ |
iotop.cpp | 37 float percent = ns / stats.threads() / (time * NSEC_PER_SEC / 100.0f); 47 " -m Set the number of processes or threads to show\n" 49 " -P Show processes instead of the default threads.\n" 188 // hold delay accounting data across all threads, including
|
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/ |
event.h | 198 struct thread_map *threads,
|
/art/tools/dmtracedump/ |
tracedump.cc | 189 ThreadEntry* threads; member in struct:DataKeys 516 free(pKeys->threads); 632 * Parse the "*threads" section. 639 int32_t next = checkToken(data, dataEnd - data, "threads"); 648 fprintf(stderr, "ERROR: failed while reading threads (found %d)\n", count); 652 // printf("+++ found %d threads\n", count); 653 pKeys->threads = new ThreadEntry[count]; 654 if (pKeys->threads == nullptr) return -1; 667 pKeys->threads[i].threadId = atoi(data); 668 pKeys->threads[i].threadName = data + tab + 1 [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar | |
/external/libchrome/base/trace_event/ |
trace_event_unittest.cc | 1540 Thread* threads[num_threads]; local 1580 Thread* threads[kNumThreads]; local [all...] |
/bionic/tests/ |
pthread_test.cpp | [all...] |
/bionic/libc/malloc_debug/tests/ |
malloc_debug_unit_tests.cpp | 930 std::vector<std::thread*> threads(1000); 931 for (size_t i = 0; i < threads.size(); i++) { 932 threads[i] = new std::thread([](){ 940 for (size_t i = 0; i < threads.size(); i++) { 941 threads[i]->join(); 942 delete threads[i]; [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
ReentrantReadWriteLockTest.java | 146 * Checks that condition c has exactly the given waiter threads. 149 Thread... threads) { 151 assertEquals(threads.length > 0, lock.hasWaiters(c)); 152 assertEquals(threads.length, lock.getWaitQueueLength(c)); 153 assertEquals(threads.length == 0, lock.getWaitingThreads(c).isEmpty()); 154 assertEquals(threads.length, lock.getWaitingThreads(c).size()); 156 new HashSet<Thread>(Arrays.asList(threads))); 443 * Multiple threads can hold a read lock when not write-locked 490 * A writelock succeeds only after reading threads unlock 647 * other threads are waiting for readloc [all...] |
/art/runtime/ |
thread.cc | 426 // while threads are being born). 489 // Dalvik used the bionic pthread default stack size for native threads, 526 VLOG(threads) << "installing stack protected region at " << std::hex << 561 VLOG(threads) << "Need to map in stack for thread at " << std::hex << 571 VLOG(threads) << "(again) installing stack protected region at " << std::hex << 588 if (VLOG_IS_ON(threads)) { 601 VLOG(threads) << "Creating native thread for " << thread_name; 657 // between the threads. 763 // so that thread needs a two-stage attach. Regular threads don't need this hack. 764 // In the compiler, all threads need this hack, because no-one's going to be gettin [all...] |
/device/moto/shamu/camera/QCamera/HAL/core/inc/ |
QCameraHWI.h | 24 #include <utils/threads.h> 28 #include <utils/threads.h> [all...] |
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
QCameraHWI.h | 21 #include <utils/threads.h> 25 #include <utils/threads.h>
|