HomeSort by relevance Sort by last modified time
    Searched full:threads (Results 151 - 175 of 2617) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/asm/
smp.h 15 #include <linux/threads.h>
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/asm/
hardirq.h 16 #include <linux/threads.h>
smp.h 15 #include <linux/threads.h>
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/asm/
hardirq.h 16 #include <linux/threads.h>
smp.h 15 #include <linux/threads.h>
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm/
hardirq.h 16 #include <linux/threads.h>
smp.h 15 #include <linux/threads.h>
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
hardirq_32.h 15 #include <linux/threads.h>
smp_32.h 17 #include <linux/threads.h>
  /libcore/luni/src/main/java/java/util/concurrent/
CountDownLatch.java 12 * A synchronization aid that allows one or more threads to wait until
13 * a set of operations being performed in other threads completes.
18 * all waiting threads are released and any subsequent invocations of
26 * simple on/off latch, or gate: all threads invoking {@link #await await}
29 * can be used to make one thread wait until <em>N</em> threads have
33 * doesn't require that threads calling {@code countDown} wait for
36 * threads could pass.
39 * of worker threads use two countdown latches:
53 * for (int i = 0; i < N; ++i) // create and start threads
57 * startSignal.countDown(); // let all threads procee
    [all...]
  /dalvik/tests/033-class-init-deadlock/src/
Main.java 6 * Interrupting threads in class initialization should NOT work.
25 System.out.println("Deadlock test interrupting threads.");
  /external/bluetooth/glib/tests/
onceinit.c 91 g_usleep (25 * 1000); /* waste time for multiple threads to wait */
115 GThread *threads[N_THREADS]; local
125 /* setup threads */
129 /* start multiple threads for initializer3() */
132 threads[i] = g_thread_create (tmain_call_initializer3, 0, FALSE, NULL);
136 /* loop until all threads passed the call to initializer3() */
145 /* call multiple (unoptimized) initializers from multiple threads */
152 g_usleep (50 * 1000); /* wait for all 5 threads to complete */
  /external/chromium/base/synchronization/
cancellation_flag.h 16 // thread. Calling Set() from one thread and IsSet() from a number of threads
19 // This class IS NOT intended for synchronization between threads.
  /external/chromium/base/threading/
thread_checker.h 36 // class with multiple threads. However, it is up to the class document to
37 // indicate how it can be used with threads.
simple_thread.cc 93 DCHECK(threads_.empty()) << "Start() called with outstanding threads.";
102 DCHECK(!threads_.empty()) << "JoinAll() called with no outstanding threads.";
104 // Tell all our threads to quit their worker loop.
107 // Join and destroy all the worker threads.
139 // Signal to any other threads that we're currently out of work.
  /external/kernel-headers/original/linux/nfsd/
stats.h 25 unsigned int th_cnt; /* number of available threads */
27 * of available threads were in use */
  /external/valgrind/main/drd/tests/
omp_printf.c 16 "-t <n>: number of OMP threads.\n",
59 "iteration %d; thread number = %d; number of threads = %d\n",
  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stdinB.gdb 6 # ensure all threads are known
13 # Here the 4 threads have been started.
  /ndk/tests/device/test-gabi++-guard/jni/
test_guard.cpp 2 * works correctly, even in the presence of several threads.
42 /* Create all the threads */
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
PriorityThreadFactory.java 24 * A thread factory that creates threads with a given thread priority.
33 * @param priority The thread priority of the threads created by this factory.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
tags.h 45 * optionally using a user-specified number of threads. */
52 /** @brief Default constructor. Use default number of threads. */
58 /** @brief Default constructor. Recommend number of threads to use.
59 * @param num_threads Desired number of threads. */
65 /** @brief Find out desired number of threads.
66 * @return Desired number of threads. */
75 /** @brief Set the desired number of threads.
76 * @param num_threads Desired number of threads. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/
stats.h 25 unsigned int th_cnt; /* number of available threads */
27 * of available threads were in use */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/
stats.h 25 unsigned int th_cnt; /* number of available threads */
27 * of available threads were in use */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/
stats.h 25 unsigned int th_cnt; /* number of available threads */
27 * of available threads were in use */
  /external/linux-tools-perf/util/
evlist.c 32 struct thread_map *threads)
39 perf_evlist__set_maps(evlist, cpus, threads);
43 struct thread_map *threads)
48 perf_evlist__init(evlist, cpus, threads);
103 int nfds = evlist->cpus->nr * evlist->threads->nr * evlist->nr_entries;
261 evlist->nr_mmaps = evlist->threads->nr;
288 for (thread = 0; thread < evlist->threads->nr; thread++) {
326 for (thread = 0; thread < evlist->threads->nr; thread++) {
351 for (thread = 0; thread < evlist->threads->nr; thread++) {
381 const struct thread_map *threads = evlist->threads local
439 const struct thread_map *threads = evlist->threads; local
    [all...]

Completed in 808 milliseconds

1 2 3 4 5 67 8 91011>>