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

<<11121314151617181920>>

  /external/valgrind/main/helgrind/docs/
hg-manual.xml 22 <para>The main abstractions in POSIX pthreads are: a set of threads
122 <listitem><para>initialisation of a pthread barrier on which threads
125 never initialised, or on which threads are still
164 #1</computeroutput>". This is so that it can speak about threads and
165 sets of threads without overwhelming you with details. See
181 <para>Helgrind monitors the order in which threads acquire locks.
197 to access R. The implication of this is that all threads in the
201 <listitem><para>The deadlock could happen if two threads -- call them
273 <para>A data race happens, or could happen, when two threads access a
314 by both threads. A correct program would
    [all...]
  /external/valgrind/main/include/
pub_tool_threadstate.h 36 scheduler algorithms is surely O(N) in the number of threads, since
38 programs do not need many threads. */
  /external/valgrind/unittest/
test_utils.h 85 // An array of threads. Create/start/join all elements at once.
126 // order of execution of threads in unit tests in a way that is
  /external/webrtc/src/system_wrappers/interface/
thread_wrapper.h 11 // System independant wrapper for spawning threads
66 // Sets the threads CPU affinity. CPUs are listed 0 - (number of CPUs - 1).
  /frameworks/base/docs/html/guide/basics/
appmodel.jd 3 <h1>Android Application Model: Applications, Tasks, Processes, and Threads</h1>
217 <h2 id="Threads">Threads</h2>
219 <p>Every process has one or more threads running in it. In most situations, Android
220 avoids creating additional threads in a process, keeping an application
221 single-threaded unless it creates its own threads. An important repercussion
248 arbitrary threads at the same time</em>.</p></li>
255 arbitrary threads at the same time</em>.</p></li>
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 27 #include <utils/threads.h>
92 * fork. Override it to initialize threads, etc. Upon return, the
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.h 29 // threads standard), and Win32 threads. Uithread support by Jochen
30 // Schlick, 1999, and Solaris threads generalized to them.
226 /* no threads */
397 #else /* No threads */
478 #else /* No threads */
521 /* no threads */
584 /* no threads */
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_threads.h 29 // threads standard), and Win32 threads. Uithread support by Jochen
30 // Schlick, 1999, and Solaris threads generalized to them.
226 /* no threads */
397 #else /* No threads */
478 #else /* No threads */
521 /* no threads */
584 /* no threads */
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_threads.h 29 // threads standard), and Win32 threads. Uithread support by Jochen
30 // Schlick, 1999, and Solaris threads generalized to them.
226 /* no threads */
397 #else /* No threads */
478 #else /* No threads */
521 /* no threads */
584 /* no threads */
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_threads.h 29 // threads standard), and Win32 threads. Uithread support by Jochen
30 // Schlick, 1999, and Solaris threads generalized to them.
226 /* no threads */
397 #else /* No threads */
478 #else /* No threads */
521 /* no threads */
584 /* no threads */
  /system/core/adb/
sysdeps_win32.c 1515 WaitForAllParam* threads; local
    [all...]
  /system/core/include/system/
graphics.h 25 * If the HAL needs to create service threads to handle graphics related
26 * tasks, these threads need to run at HAL_PRIORITY_URGENT_DISPLAY priority
  /libcore/luni/src/main/java/java/lang/
Thread.java 66 * non-daemon threads running.
129 * The normal (default) priority value assigned to threads.
356 * threads or attach threads created externally.
500 * Copies an array with all Threads which are in the same ThreadGroup as the
501 * receiver - and subgroups - into the array <code>threads</code> passed as
505 * @param threads
506 * array into which the Threads will be copied
507 * @return How many Threads were copied over
509 public static int enumerate(Thread[] threads) {
523 Thread[] threads = new Thread[count + count \/ 2]; local
    [all...]
  /cts/suite/audio_quality/lib/include/
FileUtil.h 24 #include <utils/threads.h>
  /cts/suite/audio_quality/lib/include/audio/
AudioLocal.h 22 #include <utils/threads.h>
  /cts/suite/audio_quality/test/
AudioLocalTest.cpp 19 #include <utils/threads.h>
  /cts/tests/tests/os/src/android/os/cts/
VibratorTest.java 79 // This test only get two threads to run vibrator at the same time
  /dalvik/vm/
SignalCatcher.cpp 20 * status of all threads.
99 * Dump the stack traces for all threads to the supplied file, putting
277 * block signals like SIGQUIT for all threads, so the condition
282 * with EINTR (e.g. when other threads exit).
  /development/samples/Alarm/
_index.html 16 set up a service that runs multiple threads that depend on one or more objects that must be
  /external/chromium/base/third_party/dmg_fp/
dtoa_wrapper.cc 19 * multiple threads. In this case, you must provide (or suitably
  /external/chromium/base/threading/
thread_collision_warner.cc 29 // if two or more threads arrive here only one will succeed to
  /external/chromium/chrome/browser/
spellcheck_message_filter_browsertest.cc 44 // Uses browsertest to setup chrome threads.
user_style_sheet_watcher_unittest.cc 38 // restricted to being deleted only on UI browser threads.
  /external/chromium/net/proxy/
proxy_resolver_script_data.h 20 // ProxyResolver to share the data between threads.
  /external/chromium/net/tools/flip_server/
acceptor_thread.h 27 // a bool cross threads - especially one which only is set once...

Completed in 1217 milliseconds

<<11121314151617181920>>