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

<<21222324252627282930>>

  /external/libvpx/libvpx/
vpxdec.c 86 static const arg_def_t threadsarg = ARG_DEF("t", "threads", 1,
87 "Max threads to use");
787 cfg.threads = arg_parse_uint(&arg);
    [all...]
  /external/valgrind/main/coregrind/
m_debugger.c 378 ptrace_setregs(pid, &(VG_(threads)[tid].arch.vex)) == 0 &&
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 773 // nr of invoke_gdbserver when some threads are not interruptible.
776 /* When all threads are blocked in a system call, the Valgrind
819 /* We need to determine the state of the various threads to decide
824 non-rentrant function. So, it is only when all threads are in
839 /* check if all threads are in an "interruptible" state. If yes,
843 switch (VG_(threads)[n_tid].status) {
867 safe to call valgrind core functions: all threads are blocked in
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-linux.c 383 stack, flags, &VG_(threads)[ctid],
    [all...]
syswrap-linux.c 350 overflow detection works uniformly for all threads.
393 /* shouldn't be any other threads around yet */
692 /* A little complex; find all the threads with the same threadgroup
696 VG_(threads)[t].status == VgTs_Empty
699 VG_(threads)[t].os_state.threadgroup != tst->os_state.threadgroup
703 VG_(threads)[t].exitreason = VgSrc_ExitThread;
704 VG_(threads)[t].os_state.exitcode = ARG1;
    [all...]
syswrap-amd64-linux.c 309 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
480 " - via a threads library (LinuxThreads or NPTL)\n");
    [all...]
syswrap-ppc32-linux.c 355 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
    [all...]
syswrap-s390x-linux.c 308 ML_(start_thread_NORETURN), &VG_(threads)[ctid]);
1013 VG_(message)(Vg_UserMsg, " - via a threads library (NPTL)");
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp 28 #include <utils/threads.h>
    [all...]
android_os_Parcel.cpp 42 #include <utils/threads.h>
android_util_Binder.cpp 42 #include <utils/threads.h>
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 29 #include <utils/threads.h>
    [all...]
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 29 #include <utils/threads.h>
    [all...]
  /frameworks/base/services/input/
InputDispatcher.h 24 #include <utils/threads.h>
    [all...]
InputReader.h 28 #include <utils/threads.h>
375 * components running on arbitrary threads. To keep things manageable, the InputReader
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 27 #include <utils/threads.h>
337 // XXX Need to wait for all thread pool threads to exit!
    [all...]
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 27 #include <utils/threads.h>
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 38 #include <utils/threads.h>
655 // or stop-set-restart threads seems too heavy. Will investigate later.
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 21 #include <utils/threads.h>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /external/oprofile/events/i386/nehalem/
events 104 event:0xF6 counters:0,1,2,3 um:one minimum:6000 name:SQ_FULL_STALL_CYCLES : Counts cycles the Super Queue is full. Neither of the threads on this core will be able to access the uncore.
  /external/v8/tools/
grokdump.py 344 ("threads", lambda t: MINIDUMP_THREAD.ctype * t.thread_count)
405 for thread in thread_list.threads:
    [all...]
  /frameworks/av/media/libmedia/
ToneGenerator.cpp 19 #include <utils/threads.h>
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 14 #include <utils/threads.h>
    [all...]

Completed in 1236 milliseconds

<<21222324252627282930>>