Searched refs:threads (Results 126 - 150 of 201) sorted by relevance

123456789

/external/dbus/dbus/
H A Ddbus-internals.h34 #include <dbus/dbus-threads-internal.h>
/external/kernel-headers/original/linux/
H A Dcpumask.h85 #include <linux/threads.h>
H A Dmmzone.h11 #include <linux/threads.h>
H A Dnodemask.h84 #include <linux/threads.h>
/external/libxml2/include/libxml/
H A Dglobals.h169 #include <libxml/threads.h>
/external/linux-tools-perf/util/
H A Dsession.c147 self->threads = RB_ROOT;
204 struct rb_node *nd = rb_first(&self->threads);
209 rb_erase(&t->rb_node, &self->threads);
228 rb_erase(&th->rb_node, &self->threads);
H A Devent.c295 int perf_event__synthesize_thread_map(struct thread_map *threads, argument
311 for (thread = 0; thread < threads->nr; ++thread) {
313 threads->map[thread],
/external/llvm/utils/
H A Dllvm-compilers-check58 # The user may control parallelism via the --jobs and --threads
61 # as equivalent to the GNU make -j switch. --threads tells
62 # llvm-compilers-check how many worker threads to use to accomplish
63 # those builds. If --threads is less than --jobs, --threads workers
66 # (--jobs / --threads) to use up the remaining job capacity. Once a
132 parser.add_option("--threads", default=4, type="int",
133 help=("The number of worker threads to use "
553 jobs = options.jobs // options.threads
557 numthreads = options.threads
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayerAndroid.h36 #include <utils/threads.h>
/external/linux-tools-perf/
H A Dbuiltin-top.c903 top.evlist->threads, group) < 0) {
969 perf_event__synthesize_thread_map(top.evlist->threads,
1134 top.evlist->threads->nr) < 0)
/external/valgrind/tsan/
H A Dts_valgrind.cc160 Addr pc = VG_(threads)[vg_tid].arch.vex.VG_INSTR_PTR;
167 Addr sp = VG_(threads)[vg_tid].arch.vex.VG_STACK_PTR;
174 return (uintptr_t)VG_(threads)[vg_tid].arch.vex.guest_R14;
244 // If true, ignore all accesses in all threads.
/external/chromium/build/
H A Dinstall-build-deps.sh112 ./configure --prefix=/usr/local/gold --enable-gold --enable-threads
/external/kernel-headers/original/asm-x86/
H A Dpgtable_32.h17 #include <linux/threads.h>
H A Dprocessor_32.h20 #include <linux/threads.h>
/external/v8/src/
H A Dd8.js458 case 'threads':
1483 // Create a JSON request for the threads command.
1485 // Build a threads request from the text command.
1486 var request = this.createRequest('threads');
2246 case 'threads':
2247 var result = 'Active V8 threads: ' + body.totalThreads + '\n';
2248 body.threads.sort(function(a, b) { return a.id - b.id; });
2249 for (i = 0; i < body.threads.length; i++) {
2250 result += body.threads[i].current ? '*' : ' ';
2252 result += body.threads[
[all...]
H A Ddebug-debugger.js1442 } else if (request.command == 'threads') {
2295 // Get the number of threads.
2298 // Get information for all threads.
2299 var threads = [];
2305 threads.push(thread_info);
2311 threads: threads
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-darwin.c583 ThreadArchState* arch = &VG_(threads)[1].arch;
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_runner.py494 # 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:
/external/libvpx/
H A Dvpxenc.c911 static const arg_def_t threads = ARG_DEF("t", "threads", 1, variable
912 "Max number of threads to use");
928 &use_yv12, &use_i420, &usage, &threads, &profile,
1254 else if (arg_match(&arg, &threads, argi))
/external/v8/tools/
H A Dtest.py83 threads = []
84 # Spawn N-1 threads and then use this thread as the last one.
89 threads.append(thread)
93 # Wait for the remaining threads
94 for thread in threads:
99 # remaining threads.
/external/libvpx/vp8/
H A Dvp8_dx_iface.c366 oxcf.max_threads = ctx->cfg.threads;
/external/libxml2/
H A Dthreads.c2 * threads.c: set of generic threading related routines
15 #include <libxml/threads.h>
H A Dxmlmemory.c49 #include <libxml/threads.h>
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c228 (Addr) VG_(threads), sizeof(ThreadState),
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_types_n_macros.h486 VG_(threads)[tid].arch.vex.VG_STACK_PTR; \

Completed in 1519 milliseconds

123456789