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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 20 * one of possibly several pooled threads, normally configured
27 * including threads, consumed when executing a collection of tasks.
54 * and fewer than corePoolSize threads are running, a new thread is
55 * created to handle the request, even if other worker threads are
57 * maximumPoolSize threads running, a new thread will be created only
69 * <dd>By default, even core threads are initially created and
72 * #prestartAllCoreThreads}. You probably want to prestart threads if
75 * <dt>Creating new threads</dt>
77 * <dd>New threads are created using a {@link ThreadFactory}. If not
79 * used, that creates threads to all be in the same {@lin
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
README.chromium 21 threading library of some kind: Solaris (UI) threads, Win32 threads, DCE
22 threads, DECthreads, or any of the draft revisions of the pthreads standard.
  /external/chromium_org/third_party/WebKit/ManualTests/
media-players-are-dropped-on-error.html 36 Load this page and verify the number of threads used by the browser doesn't
37 seem unreasonable (e.g. chrome uses 4-5 threads per video tag so staying
38 under 100 threads is "success", since this instantiates 20 &lt;video&gt; elements).
  /external/guava/guava/src/com/google/common/util/concurrent/
ThreadFactoryBuilder.java 30 * <li> whether threads should be marked as {@linkplain Thread#setDaemon daemon}
31 * threads
58 * Sets the naming format to use when naming threads ({@link Thread#setName})
74 * Sets daemon or not for new threads created with this ThreadFactory.
76 * @param daemon whether or not new Threads created with this ThreadFactory
77 * will be daemon threads
86 * Sets the priority for new threads created with this ThreadFactory.
88 * @param priority the priority for new Threads created with this
104 * Sets the {@link UncaughtExceptionHandler} for new threads created with this
108 * Threads created with this ThreadFactor
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.vgtest 1 # test inferior calls when some threads are in Runnable or Yielding mode,
2 # some threads are in WaitSys.
4 # We would like to have two threads running (i.e. -S-SB-B-)
  /frameworks/base/core/java/android/database/sqlite/
SQLiteMisuseException.java 21 * threads in the application use it at the same time.
23 * from multiple threads, like so:
27 * FIX this by NEVER sharing the same SQLiteStatement object between threads.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dummy_threading.py 44 self.threads = []
49 self.threads.append(t)
54 for t in self.threads:
test_threaded_import.py 2 # Demo/threads/bug.py. It simply provokes a number of threads into
47 # All other threads attempting an import hang for the duration. Since
48 # this test spawns threads that do little *but* import, we can't do that
65 print "Trying", N, "threads ...",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dummy_threading.py 44 self.threads = []
49 self.threads.append(t)
54 for t in self.threads:
test_threaded_import.py 2 # Demo/threads/bug.py. It simply provokes a number of threads into
47 # All other threads attempting an import hang for the duration. Since
48 # this test spawns threads that do little *but* import, we can't do that
65 print "Trying", N, "threads ...",
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 40 import android.provider.Telephony.Threads;
54 " UPDATE threads SET read = " +
58 " AND " + Sms.THREAD_ID + " = threads._id)" +
62 " WHERE threads._id = new." + Sms.THREAD_ID + "; ";
65 " UPDATE threads SET message_count = " +
66 " (SELECT COUNT(sms._id) FROM sms LEFT JOIN threads " +
67 " ON threads._id = " + Sms.THREAD_ID +
70 " (SELECT COUNT(pdu._id) FROM pdu LEFT JOIN threads " +
71 " ON threads._id = " + Mms.THREAD_ID +
75 " WHERE threads._id = new.thread_id; "
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld.h 23 // Holds the list of suspended threads and provides an interface to dump their
60 // Suspend all threads in the current process and run the callback on the list
61 // of suspended threads. This function will resume the threads before returning.
63 // This function should NOT be called from multiple threads simultaneously.
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_thread.cc 50 pthread_t threads[kAlive] = {}; local
52 if (threads[i % kAlive])
53 pthread_join(threads[i % kAlive], 0);
54 pthread_create(&threads[i % kAlive], 0, thread_alot_func, 0);
57 pthread_join(threads[i], 0);
  /external/stressapptest/src/
sat.h 124 // Start up worker threads.
126 // Spawn worker threads.
128 // Reap worker threads.
132 // Delete worker threads.
138 // Collect error counts from threads.
190 // polling threads.
200 // cache coherency threads.
206 int file_threads_; // Threads of file IO.
207 int net_threads_; // Threads of network IO.
208 int listen_threads_; // Threads for network IO to connect
    [all...]
  /external/webrtc/src/system_wrappers/interface/
event_wrapper.h 32 // Releases threads who are calling Wait() and has started waiting. Please
44 // by a Set() call depending on if other threads are waiting and if so on
46 // preventing more threads from being released. If multiple threads
48 // be released. It is possible that multiple (random) threads are released
  /external/chromium_org/mojo/system/
dispatcher_unittest.cc 208 ScopedVector<ThreadSafetyStressThread> threads; local
213 threads.push_back(new ThreadSafetyStressThread(&event, d, op));
214 threads.back()->Start();
216 event.Signal(); // Kicks off real work on the threads.
217 } // Joins all the threads.
219 // One of the threads should already have closed the dispatcher.
234 ScopedVector<ThreadSafetyStressThread> threads; local
239 threads.push_back(new ThreadSafetyStressThread(&event, d, op));
240 threads.back()->Start();
242 event.Signal(); // Kicks off real work on the threads
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/
SDL_thread.c 32 /* The array of threads currently active in the application
55 clean up threads here. If any threads are still running after this call,
73 If the very first threads are created simultaneously, then
85 /* Expand the list of threads, if necessary */
91 SDL_Thread **threads; local
92 threads = (SDL_Thread **)SDL_realloc(SDL_Threads,
93 (SDL_maxthreads+ARRAY_CHUNKSIZE)*(sizeof *threads));
94 if ( threads == NULL ) {
99 SDL_Threads = threads;
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/
index.html 61 <option value="2" selected="selected">2 Threads</option>
62 <option value="4">4 Threads</option>
63 <option value="6">6 Threads</option>
64 <option value="8">8 Threads</option>
65 <option value="12">12 Threads</option>
66 <option value="24">24 Threads</option>
67 <option value="32">32 Threads</option>
  /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) {

Completed in 1823 milliseconds

1 2 3 4 5 67 8 91011>>