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

<<11121314151617181920>>

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglThreadInfo.cpp 21 #include <cutils/threads.h>
ThreadInfo.cpp 46 #include <cutils/threads.h>
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ThreadInfo.cpp 32 #include <cutils/threads.h>
  /sdk/emulator/qtools/
dmtrace.h 57 std::vector<ThreadRecord*> *threads; member in class:DmTrace
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ObjectTest.java 125 // Wait up to readyWaitSeconds for all threads to be waiting on
135 assertTrue("Not all launched threads are waiting. (ready = "
180 // This code relies on all threads getting serviced within
196 // Wait up to readyWaitSeconds for all threads to be waiting on
206 assertTrue("Not all launched threads are waiting. (ready = "
260 // This code relies on threads getting serviced within
365 // This code relies on threads getting serviced within
  /ndk/sources/host-tools/sed-4.2.1/m4/
threadlib.m4 48 AC_ARG_ENABLE([threads],
49 AC_HELP_STRING([--enable-threads={posix|solaris|pth|win32}], [specify multithreading API])
50 AC_HELP_STRING([--disable-threads], [build without multithread safety]),
111 # -lpthreads (FSU threads, PCthreads)
125 # need to link with libpthread in order to create multiple threads.
253 dnl Sets the gl_THREADLIB default so that threads are not used by default.
255 dnl configure option '--enable-threads'.
  /system/bluetooth/tools/
pipetest.c 337 static int THREADS = 100;
340 pthread_t t[THREADS];
348 for (i = 0; i < THREADS; i++)
351 for (i = 0; i < THREADS; i++)
358 pthread_t t[THREADS];
364 for (i = 0; i < THREADS; i++)
375 for (i = 0; i < THREADS; i++) {
  /external/chromium/chrome/browser/metrics/
thread_watcher.h 6 // browser threads like UI, IO, DB, FILE and CACHED threads. It also defines
7 // ThreadWatcher class which performs health check on threads that would like to
15 // TODO(raman): ThreadWatcher can detect hung threads. If a hung thread is
55 // This class performs health check on threads that would like to be watched.
202 // threads. Only one instance of this class exists.
220 // threads.
225 // deactive thread watching of other threads and tell NotificationService to
268 // Map of all registered watched threads, from thread_id to ThreadWatcher.
281 // DB, FILE, CACHED threads
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 61 * thread. The status field does NOT control whether threads are
115 * <p>Threads waiting on Conditions use the same nodes, but
507 // Before, we are free of interference from other threads.
840 * state, so that any waiting threads may attempt to acquire;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 0 /* Threads compatibility routines for libgcc2 and libobjc. */
30 /* POSIX threads specific definitions.
183 /* On Solaris 2.6 up to 9, the libc exposes a POSIX threads interface even if
190 exposes a dummy POSIX threads interface, similar to what Solaris 2.6 up
354 /* Initialize the threads subsystem. */
363 /* The normal default detach state for threads is
364 * PTHREAD_CREATE_JOINABLE which causes threads to not die
376 /* Close the threads subsystem. */
556 * Posix Threads specifically require that the thread be unlocked
663 /* Wake up all threads waiting on this condition. *
    [all...]
gthr-posix.h 0 /* Threads compatibility routines for libgcc2 and libobjc. */
30 /* POSIX threads specific definitions.
183 /* On Solaris 2.6 up to 9, the libc exposes a POSIX threads interface even if
190 exposes a dummy POSIX threads interface, similar to what Solaris 2.6 up
354 /* Initialize the threads subsystem. */
363 /* The normal default detach state for threads is
364 * PTHREAD_CREATE_JOINABLE which causes threads to not die
376 /* Close the threads subsystem. */
556 * Posix Threads specifically require that the thread be unlocked
663 /* Wake up all threads waiting on this condition. *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-default.h 0 /* Threads compatibility routines for libgcc2 and libobjc. */
30 /* POSIX threads specific definitions.
183 /* On Solaris 2.6 up to 9, the libc exposes a POSIX threads interface even if
190 exposes a dummy POSIX threads interface, similar to what Solaris 2.6 up
327 /* Initialize the threads subsystem. */
336 /* The normal default detach state for threads is
337 * PTHREAD_CREATE_JOINABLE which causes threads to not die
349 /* Close the threads subsystem. */
530 * Posix Threads specifically require that the thread be unlocked
637 /* Wake up all threads waiting on this condition. *
    [all...]
gthr-posix.h 0 /* Threads compatibility routines for libgcc2 and libobjc. */
30 /* POSIX threads specific definitions.
183 /* On Solaris 2.6 up to 9, the libc exposes a POSIX threads interface even if
190 exposes a dummy POSIX threads interface, similar to what Solaris 2.6 up
327 /* Initialize the threads subsystem. */
336 /* The normal default detach state for threads is
337 * PTHREAD_CREATE_JOINABLE which causes threads to not die
349 /* Close the threads subsystem. */
530 * Posix Threads specifically require that the thread be unlocked
637 /* Wake up all threads waiting on this condition. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-default.h 0 /* Threads compatibility routines for libgcc2 and libobjc. */
30 /* POSIX threads specific definitions.
183 /* On Solaris 2.6 up to 9, the libc exposes a POSIX threads interface even if
190 exposes a dummy POSIX threads interface, similar to what Solaris 2.6 up
327 /* Initialize the threads subsystem. */
336 /* The normal default detach state for threads is
337 * PTHREAD_CREATE_JOINABLE which causes threads to not die
349 /* Close the threads subsystem. */
530 * Posix Threads specifically require that the thread be unlocked
637 /* Wake up all threads waiting on this condition. *
    [all...]
gthr-posix.h 0 /* Threads compatibility routines for libgcc2 and libobjc. */
30 /* POSIX threads specific definitions.
183 /* On Solaris 2.6 up to 9, the libc exposes a POSIX threads interface even if
190 exposes a dummy POSIX threads interface, similar to what Solaris 2.6 up
327 /* Initialize the threads subsystem. */
336 /* The normal default detach state for threads is
337 * PTHREAD_CREATE_JOINABLE which causes threads to not die
349 /* Close the threads subsystem. */
530 * Posix Threads specifically require that the thread be unlocked
637 /* Wake up all threads waiting on this condition. *
    [all...]
  /external/dbus/dbus/
dbus-threads.h 2 /* dbus-threads.h D-Bus threads handling
110 /** Wakes all waiting threads on a condition variable. Found in #DBusThreadFunctions.
149 * If implementing threads using pthreads, be aware that
175 DBusCondVarWakeAllFunction condvar_wake_all; /**< Function to wake all threads waiting on the condition */
  /external/valgrind/unittest/
deadlock_unittest.cc 33 // with any other library that supports threads, locks, cond vars, etc.
100 // Set of threads that execute the same function.
161 // test01: Simple deadlock, 2 threads. {{{1
186 // test02: Simple deadlock, 4 threads. {{{1
348 // test07: Simple deadlock which actually deadlocks, 2 threads. {{{1
  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 142 // We want to test that we unblock *all* the threads blocked on a socket, not just one.
146 final ArrayList<Thread> threads = new ArrayList<Thread>(); local
164 threads.add(t);
166 for (Thread t : threads) {
170 for (Thread t : threads) {
  /external/bluetooth/glib/docs/reference/glib/tmpl/
threads.sgml 2 Threads
6 thread abstraction; including threads, different mutexes, conditions
12 Threads act almost like processes, but unlike processes all threads of
14 communication between the involved threads via this shared memory, and
17 the concurrent nature of threads, no assumptions on the order of
18 execution of code running in different threads can be made, unless
29 synchronization of threads (#GCond). There are primitives
32 primitives to portably create and manage threads (#GThread).
39 no threads are in fact ever created by the process. It is enough tha
    [all...]
  /external/valgrind/main/callgrind/
callgrind_control.in 358 @threads = ();
367 $threads = "";
399 elsif (/threads: (.+)$/) { $threads = $1; @threads = split " ", $threads; }
413 print " Number of running threads: " .($#threads+1). ", thread IDs: $threads\n";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
thread_db.h 64 select threads regardless of state in td_ta_thr_iter(). */
78 to select threads regardless of type in td_ta_thr_iter(). */
224 int nthreads; /* Total number of threads in use. */
226 int nrunnable_num; /* Average runnable threads, numerator. */
227 int nrunnable_den; /* Average runnable threads, denominator. */
241 /* Since Sun's library is based on Solaris threads we have to define a few
242 types to map them to POSIX threads. */
247 /* Callback for iteration over threads. */
310 /* Get number of currently running threads in process associated with TA. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
thread_db.h 64 select threads regardless of state in td_ta_thr_iter(). */
78 to select threads regardless of type in td_ta_thr_iter(). */
224 int nthreads; /* Total number of threads in use. */
226 int nrunnable_num; /* Average runnable threads, numerator. */
227 int nrunnable_den; /* Average runnable threads, denominator. */
241 /* Since Sun's library is based on Solaris threads we have to define a few
242 types to map them to POSIX threads. */
247 /* Callback for iteration over threads. */
310 /* Get number of currently running threads in process associated with TA. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
thread_db.h 64 select threads regardless of state in td_ta_thr_iter(). */
78 to select threads regardless of type in td_ta_thr_iter(). */
224 int nthreads; /* Total number of threads in use. */
226 int nrunnable_num; /* Average runnable threads, numerator. */
227 int nrunnable_den; /* Average runnable threads, denominator. */
241 /* Since Sun's library is based on Solaris threads we have to define a few
242 types to map them to POSIX threads. */
247 /* Callback for iteration over threads. */
310 /* Get number of currently running threads in process associated with TA. */
  /frameworks/base/core/java/android/os/
Process.java 154 * Standard priority of application threads.
163 * ** Keep in sync with utils/threads.h **
177 * Standard priority background threads. This gives your thread a slightly
187 * Standard priority of threads that are currently running a user interface
190 * application threads as the user moves through the UI.
198 * Standard priority of system display threads, involved in updating
208 * Standard priority of the most important display threads, for compositing
218 * Standard priority of audio threads. Applications can not normally
227 * Standard priority of the most important audio threads.
284 * threads with priority numerically less than THREAD_PRIORITY_BACKGROUN
    [all...]
  /frameworks/base/docs/html/guide/components/
processes-and-threads.jd 1 page.title=Processes and Threads
21 <li><a href="#Threads">Threads</a>
23 <li><a href="#WorkerThreads">Worker threads</a></li>
40 threads for any process.</p>
42 <p>This document discusses how processes and threads work in an Android application.</p>
197 <h2 id="Threads">Threads</h2>
237 <h3 id="WorkerThreads">Worker threads</h3>
241 that are not instantaneous, you should make sure to do them in separate threads ("background" o
    [all...]

Completed in 1074 milliseconds

<<11121314151617181920>>