Home
last modified time | relevance | path

Searched refs:threaded (Results 1 – 25 of 96) sorted by relevance

1234

/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dmodpython.py116 threaded = q(apache.AP_MPMQ_IS_THREADED)
119 threaded = options.get('multithread', '').lower()
120 if threaded == 'on':
121 threaded = True
122 elif threaded == 'off':
123 threaded = False
153 env['wsgi.multithread'] = threaded
/external/ltrace/testsuite/ltrace.main/
DMakefile.am20 main-threaded.c main-threaded.exp main-vfork.c main-vfork.exp \
/external/eigen/bench/btl/cmake/
DFindACML.cmake25 message(STATUS "Multi-threaded library not found, looking for single-threaded")
/external/valgrind/none/tests/
Dthreaded-fork.vgtest1 prog: threaded-fork
DMakefile.am173 threaded-fork.stderr.exp threaded-fork.stdout.exp threaded-fork.vgtest \
213 threaded-fork \
/external/valgrind/drd/tests/
Dthreaded-fork.vgtest2 prog: threaded-fork
Dthreaded-fork-vcs.vgtest3 prog: threaded-fork
DMakefile.am323 threaded-fork.stderr.exp \
324 threaded-fork.vgtest \
325 threaded-fork-vcs.stderr.exp \
326 threaded-fork-vcs.vgtest \
376 threaded-fork \
/external/selinux/policycoreutils/mcstrans/
DTODO9 compute_trans_from_raw is an expensive operation that needs to be sped up or threaded so that mcstr…
/external/llvm/docs/HistoricalNotes/
D2001-02-09-AdveComments.txt101 instruction. (It could be optional so single-threaded codes are
102 not penalized.) This could map well to multi-threaded architectures
103 while providing easy ILP for single-threaded onces. But it is probably
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in20 * Hyper-threaded CPUs may need a special instruction inside spin loops in
89 * Defined if threaded initialization is known to be safe on this platform.
91 * triggering allocation in order for threaded allocation to be safe.
/external/clang/test/Index/
Dcomment-misc-tags.m10 @abstract Single-threaded work-loop client request mechanism.
27 // CHECK-NEXT: (CXComment_Text Text=[ Single-threaded work-loop client request mechanism.] Ha…
/external/strace/
DREADME-linux-ptrace14 multi-threaded process, every thread can be individually attached to a
17 (possibly multi-threaded) process". Ptrace commands are always sent to
35 When a (possibly multi-threaded) process receives a killing signal (a
46 happen on ALL tracees within multi-threaded process.
70 on execve in multi-threaded process.
133 When (possibly multi-threaded) process receives any signal except
205 When a (possibly multi-threaded) process receives a stopping signal,
210 initiated on ALL tracees within multi-threaded process. As usual, every
270 signal death, or exit caused by execve in multi-threaded process.
516 whole multi-threaded process exits). If they are the same process, the
/external/eigen/doc/
DTopicMultithreading.dox28 \section TopicMultiThreading_UsingEigenWithMT Using Eigen in a multi-threaded application
/external/valgrind/
Ddarwin9.supp211 # These ones were necessary to give no errors on a tiny non-threaded
241 # These ones were necessary to give no errors on a tiny threaded program.
/external/mesa3d/docs/
DREADME.THREADS12 threaded applications.
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/
Dextras.rst10 - Support for threaded environments, so that you can use webapp2 outside of
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/
Dquickstart.nogae.rst10 - It supports threaded environments through the module :ref:`api.webapp2_extras.local`.
/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc78 "Die after multi-threaded fork if the child creates new threads.")
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/
Dfeatures.rst260 Because it works on threaded environments, webapp2 is ready for when
288 - Support for threaded environments, so that you can use webapp2 outside of
/external/ltrace/
DCREDITS87 D: Tracing multi-threaded processes
/external/libcxx/
DCREDITS.TXT93 D: Remote testing, Newlib port, baremetal/single-threaded support.
/external/google-breakpad/src/testing/
DCHANGES29 * New feature: Google Mock can be safely used in multi-threaded tests
/external/jemalloc/
DINSTALL178 switches from single-threaded to multi-threaded mode, so that it can avoid
179 mutex locking/unlocking operations while in single-threaded mode. In
/external/skia/dm/
DDMSrcSink.h154 GPUSink(GrContextFactory::GLContextType, GrGLStandard, int samples, bool dfText, bool threaded);

1234