Searched refs:threads (Results 151 - 175 of 201) sorted by relevance

123456789

/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.h53 #include <utils/threads.h>
/external/chromium-trace/src/tracing/
H A Dlinux_perf_importer.js84 // To allow simple indexing of threads, we store all the threads by their
221 // Push the cpu slices to the threads that they run on.
384 delete process.threads[thread.tid];
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex118 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/icu4c/
H A Dconfigure1415 --enable-threads build ICU with thread safety default=yes
1416 --enable-weak-threads weakly reference the threading library default=no
5930 threads=true
5932 # Enable/disable threads
5933 # Check whether --enable-threads was given.
5936 yes) threads=true ;;
5937 no) threads=false ;;
5938 *) as_fn_error $? "bad value ${enableval} for --enable-threads" "$LINENO" 5 ;;
5941 threads=true
5945 if test "$threads"
[all...]
H A Dconfigure.orig1413 --enable-threads build ICU with thread safety default=yes
1414 --enable-weak-threads weakly reference the threading library default=no
5903 threads=true
5905 # Enable/disable threads
5906 # Check whether --enable-threads was given.
5909 yes) threads=true ;;
5910 no) threads=false ;;
5911 *) as_fn_error $? "bad value ${enableval} for --enable-threads" "$LINENO" 5 ;;
5914 threads=true
5918 if test "$threads"
[all...]
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_unittest.cc1662 base::PlatformThreadHandle threads[kThreadCount]; local
1669 0, thread_delegates[i].get(), &threads[i]));
1673 base::PlatformThread::Join(threads[i]);
/external/strace/
H A Dstrace.spec344 - integrate patch from Jeff Law to eliminate hang tracing threads
/external/valgrind/main/
H A DAndroid.mk407 callgrind/threads.c \
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-arm-linux.c244 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
285 VG_(threads)[tid].arch.vex.guest_TPIDRURO = tlsptr;
1127 VG_(message)(Vg_UserMsg, " - via a threads library (LinuxThreads or NPTL)");
H A Dsyswrap-ppc64-linux.c382 stack, flags, &VG_(threads)[ctid],
1019 VG_(message)(Vg_UserMsg, " - via a threads library (LinuxThreads or NPTL)\n");
H A Dsyswrap-amd64-linux.c307 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
464 " - via a threads library (LinuxThreads or NPTL)\n");
H A Dsyswrap-linux.c314 overflow detection works uniformly for all threads.
345 /* shouldn't be any other threads around yet */
644 /* A little complex; find all the threads with the same threadgroup
648 VG_(threads)[t].status == VgTs_Empty
651 VG_(threads)[t].os_state.threadgroup != tst->os_state.threadgroup
655 VG_(threads)[t].exitreason = VgSrc_ExitThread;
656 VG_(threads)[t].os_state.exitcode = ARG1;
1347 our threads and handle it specially. */
1389 our threads and handle it specially. */
H A Dsyswrap-ppc32-linux.c353 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
1041 VG_(message)(Vg_UserMsg, " - via a threads library (LinuxThreads or NPTL)\n");
H A Dsyswrap-s390x-linux.c306 ML_(start_thread_NORETURN), &VG_(threads)[ctid]);
1004 VG_(message)(Vg_UserMsg, " - via a threads library (NPTL)");
/external/valgrind/main/coregrind/
H A Dvgdb.c73 sends it and reads the reply. The same two threads are used to write/read.
397 /* subset of VG_(threads) needed for vgdb ptrace.
548 /* once we are attached to the pid, get the list of threads and stop
550 Returns True if all threads properly suspended, False otherwise. */
564 vgt = shared32->threads;
570 vgt = shared64->threads;
645 /* detach from all the threads */
673 /* No threads are live. Process is busy stopping.
819 /* Restore the registers to the saved value, then detaches from all threads */
1094 threads ar
[all...]
H A Dm_debugger.c341 ptrace_setregs(pid, &(VG_(threads)[tid].arch.vex)) == 0 &&
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/kernel-headers/original/linux/
H A Dsched.h45 #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
/external/libvpx/
H A Dvpxdec.c86 static const arg_def_t threadsarg = ARG_DEF("t", "threads", 1,
87 "Max threads to use");
779 cfg.threads = arg_parse_uint(&arg);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c714 // nr of invoke_gdbserver when some threads are not interruptible.
717 /* When all threads are blocked in a system call, the Valgrind
760 /* We need to determine the state of the various threads to decide
765 non-rentrant function. So, it is only when all threads are in
780 /* check if all threads are in an "interruptible" state. If yes,
784 switch (VG_(threads)[n_tid].status) {
808 safe to call valgrind core functions: all threads are blocked in
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c971 ThreadArchState* arch = &VG_(threads)[1].arch;
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsOperation.h42 #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/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/oprofile/events/i386/nehalem/
H A Devents104 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/
H A Dgrokdump.py344 ("threads", lambda t: MINIDUMP_THREAD.ctype * t.thread_count)
405 for thread in thread_list.threads:

Completed in 1982 milliseconds

123456789