HomeSort by relevance Sort by last modified time
    Searched refs:threads (Results 651 - 675 of 768) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 54 #include <utils/threads.h>
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 36 #include <utils/threads.h>
295 // standby delay for MIXER and DUPLICATING playback threads is read from property
300 // AudioFlinger::setParameters() updates, other threads read w/o lock
383 #include "Threads.h"
593 // all record threads serially share a common tee sink, which is re-created on format change
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 33 #include <utils/threads.h>
  /frameworks/base/libs/androidfw/
Asset.cpp 31 #include <utils/threads.h>
  /frameworks/native/libs/utils/
Threads.cpp 18 #define LOG_TAG "libutils.threads"
20 #include <utils/threads.h>
188 // or other threads also need access.
289 #error "Threads not supported"
389 // implemented as inlines in threads.h
453 #error "Somebody forgot to implement threads for this platform."
464 // implemented as inlines in threads.h
481 // Number of waiting threads.
487 // Semaphore used to queue up threads waiting for the condition to
642 * Signal the condition variable, allowing all threads to continue
    [all...]
ZipFileRO.cpp 26 #include <utils/threads.h>
  /frameworks/native/services/sensorservice/
SensorService.cpp 25 #include <utils/threads.h>
  /hardware/qcom/display/libexternal/
external.cpp 26 #include <utils/threads.h>
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 78 --fair-sched=no|yes|try schedule threads fairly on multicore systems [no]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner.py 494 # that we always lump all of the HTTP threads into a single shard.
575 def _collect_timing_info(self, threads):
580 for thread in threads:
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 118 time kept between managing threads.)
159 these record data files by spawning a new pair of threads per file. One
190 \emph{We could institute the notion of global time across threads,
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 1662 base::PlatformThreadHandle threads[kThreadCount]; local
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 1019 static const arg_def_t threads = ARG_DEF("t", "threads", 1, variable
1020 "Max number of threads to use");
1046 &use_yv12, &use_i420, &usage, &threads, &profile,
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/strace/
strace.spec 344 - integrate patch from Jeff Law to eliminate hang tracing threads
  /external/valgrind/main/
Android.mk 420 callgrind/threads.c \
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-arm-linux.c 246 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
287 VG_(threads)[tid].arch.vex.guest_TPIDRURO = tlsptr;
    [all...]
syswrap-mips32-linux.c 315 stack, flags, &VG_ (threads)[ctid],
360 VG_(threads)[tid].arch.vex.guest_ULR = tlsptr;
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 73 sends it and reads the reply. The same two threads are used to write/read.
400 /* subset of VG_(threads) needed for vgdb ptrace.
553 /* once we are attached to the pid, get the list of threads and stop
555 Returns True if all threads properly suspended, False otherwise. */
569 vgt = shared32->threads;
575 vgt = shared64->threads;
650 /* detach from all the threads */
678 /* No threads are live. Process is busy stopping.
824 /* Restore the registers to the saved value, then detaches from all threads */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /device/lge/mako/camera/
QCameraHWI_Preview_7x27A.cpp 23 #include <utils/threads.h>
    [all...]
  /external/kernel-headers/original/linux/
sched.h 45 #include <linux/threads.h>
90 * List of flags we want to share for kernel threads,
427 * Cumulative resource counters for dead threads in the group,
429 * Live threads maintain their own counters and add to these
437 * Cumulative ns of scheduled CPU time for dead threads in the
458 * thing in threads created with CLONE_THREAD */
494 * user-space. This allows kernel threads to set their
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 421 oxcf.max_threads = ctx->cfg.threads;

Completed in 1470 milliseconds

<<21222324252627282930>>