/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/ |
hardirq.h | 16 #include <linux/threads.h>
|
smp.h | 15 #include <linux/threads.h>
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/ |
hardirq.h | 16 #include <linux/threads.h>
|
smp.h | 15 #include <linux/threads.h>
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
hardirq_32.h | 21 #include <linux/threads.h>
|
smp_32.h | 24 #include <linux/threads.h>
|
/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);
|
/system/core/toolbox/ |
schedtop.c | 46 struct thread_table threads; variable in typeref:struct:thread_table 103 info = get_item(&threads); 152 commit_item(&threads); 180 for (j = 0; j < threads.active; j++) 181 if (tid == threads.data[j].tid) 183 if (j == threads.active) 185 else if (!(flags & FLAG_HIDE_IDLE) || threads.data[j].run_count - last_threads.data[i].run_count) 187 NS_TO_S_D(threads.data[j].exec_time - last_threads.data[i].exec_time), 188 NS_TO_S_D(threads.data[j].delay_time - last_threads.data[i].delay_time), 189 threads.data[j].run_count - last_threads.data[i].run_count [all...] |
/external/v8/test/cctest/ |
test-lockers.cc | 192 static void StartJoinAndDeleteThreads(const i::List<JoinableThread*>& threads) { 193 for (int i = 0; i < threads.length(); i++) { 194 threads[i]->Start(); 196 for (int i = 0; i < threads.length(); i++) { 197 threads[i]->Join(); 199 for (int i = 0; i < threads.length(); i++) { 200 delete threads[i]; 205 // Run many threads all locking on the same isolate 212 i::List<JoinableThread*> threads(kNThreads); 215 threads.Add(new IsolateLockingThreadWithLocalContext(isolate)) [all...] |
/external/webkit/Source/WebCore/notifications/ |
NotificationCenter.idl | 31 module threads {
|
/external/webkit/Source/WebCore/workers/ |
AbstractWorker.idl | 31 module threads {
|
/bionic/libc/kernel/arch-mips/asm/ |
smp.h | 24 #include <linux/threads.h>
|
/cts/suite/audio_quality/lib/include/ |
FileUtil.h | 24 #include <utils/threads.h>
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
smp.h | 24 #include <linux/threads.h>
|
/external/kernel-headers/original/asm-x86/ |
hardirq_32.h | 4 #include <linux/threads.h>
|
/external/linux-tools-perf/util/ |
values.h | 7 int threads; member in struct:perf_read_values
|
/external/oprofile/module/x86/ |
cpu_type.c | 25 * p4_threads - determines the number of logical processor threads in a die 27 * returns number of threads in p4 die (1 for non-HT processors) 35 /* This it a Pentium 4 with HT, find number of threads */ 79 int enabled, threads, i; 85 threads = p4_threads(); 86 if (threads == 1) return 0; 90 while (i < threads) {
|
/external/valgrind/main/none/tests/ |
tls.c | 90 pthread_t threads[NTESTS*2]; local 96 pthread_create(&threads[curthread++], NULL, tls_ptr, (void *)&tests[i]); 97 pthread_create(&threads[curthread++], NULL, tls_ptr, (void *)&tests[i]); 101 pthread_join(threads[i], NULL);
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
LayerContent.h | 31 #include <utils/threads.h>
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
ImagesManager.h | 35 #include <utils/threads.h>
|
/frameworks/av/include/common_time/ |
local_clock.h | 25 #include <utils/threads.h>
|
/frameworks/av/include/media/stagefright/ |
MediaBufferGroup.h | 23 #include <utils/threads.h>
|
/frameworks/native/opengl/libagl/ |
TokenManager.h | 24 #include <utils/threads.h>
|
/hardware/qcom/display/libqdutils/ |
idle_invalidator.h | 34 #include <utils/threads.h>
|
/libcore/luni/src/test/java/tests/security/ |
SecureRandomTest.java | 78 int threads = 2; local 79 ExecutorService executor = Executors.newFixedThreadPool(threads); 81 for (int t = 0; t < threads; t++) { 92 for (int i = 0; i < threads; i++) {
|