/external/kernel-headers/original/asm-mips/ |
hardirq.h | 13 #include <linux/threads.h>
|
/external/lzma/C/Util/Lzma/ |
makefile | 17 $O\Threads.obj \
|
/external/mesa3d/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/openssl/crypto/threads/ |
README | 4 normal build. Have a read of doc/threads.doc.
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_CondSignal.3 | 12 Restart one of the threads that are waiting on the condition variable, \fBcond\fR\&. Returns \fB0\fR on success of \fB-1\fR on an error\&.
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testlock.c | 15 static SDL_Thread *threads[6]; variable 43 SDL_KillThread(threads[i]); 64 /* If this sleep isn't done, then threads may starve */ 95 if ( (threads[i]=SDL_CreateThread(Run, NULL)) == NULL )
|
/external/valgrind/main/drd/tests/ |
pth_inconsistent_cond_wait.c | 116 /* Create two threads. */ 120 /* Wait until both threads have called sem_post(). */ 126 /* Wait until both threads are waiting inside pthread_cond_wait(). */ 136 /* Join both threads. */
|
/external/valgrind/main/helgrind/tests/ |
bar_bad.c | 47 /* initialise a barrier which has threads waiting on it. 49 fprintf(stderr, "\ninitialise a barrier which has threads waiting on it\n"); 59 /* destroy a barrier that has threads waiting at it */ 60 fprintf(stderr, "\ndestroy a barrier that has waiting threads\n");
|
/libcore/libart/src/main/java/java/lang/ |
ThreadGroup.java | 27 * {@code ThreadGroup} is a means of organizing threads into a hierarchical structure. 37 // Maximum priority for Threads inside this ThreadGroup 45 * Weak references to the threads in this group. 51 * View of the threads. 54 private final Iterable<Thread> threads = CollectionUtils.dereferenceIterable(threadRefs, true); field in class:ThreadGroup 125 for (Thread thread : threads) { 195 * to destroy a {@code ThreadGroup} that has no threads in it. Any daemon 196 * {@code ThreadGroup} is destroyed automatically when it becomes empty (no threads 201 * threads. 211 if (threads.iterator().hasNext()) [all...] |
/libcore/libdvm/src/main/java/java/lang/ |
ThreadGroup.java | 27 * {@code ThreadGroup} is a means of organizing threads into a hierarchical structure. 37 // Maximum priority for Threads inside this ThreadGroup 45 * Weak references to the threads in this group. 51 * View of the threads. 54 private final Iterable<Thread> threads = CollectionUtils.dereferenceIterable(threadRefs, true); field in class:ThreadGroup 125 for (Thread thread : threads) { 195 * to destroy a {@code ThreadGroup} that has no threads in it. Any daemon 196 * {@code ThreadGroup} is destroyed automatically when it becomes empty (no threads 201 * threads. 211 if (threads.iterator().hasNext()) [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
ThreadTest.java | 45 assertTrue("Started threads were never finalized!", finalizedThreadsCount.get() > 0); 58 assertTrue("Unstarted threads were never finalized!", finalizedThreadsCount.get() > 0); 109 // Expect to see the traces of all threads (not just t2) 110 assertTrue("Must have traces for all threads", visibleTraces.get() > 1);
|
/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++) {
|
/ndk/sources/android/libthread_db/ |
README | 8 a small interface used by gdbserver to manage the list of threads on the
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
wait.h | 11 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
wait.h | 11 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
wait.h | 11 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/ |
hardirq.h | 16 #include <linux/threads.h>
|
smp.h | 15 #include <linux/threads.h>
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/ |
hardirq.h | 16 #include <linux/threads.h>
|
smp.h | 15 #include <linux/threads.h>
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/ |
hardirq.h | 16 #include <linux/threads.h>
|
smp.h | 15 #include <linux/threads.h>
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
hardirq_32.h | 15 #include <linux/threads.h>
|
smp_32.h | 17 #include <linux/threads.h>
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/ |
hardirq.h | 16 #include <linux/threads.h>
|