Searched refs:threaded (Results 1 – 25 of 96) sorted by relevance
1234
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | modpython.py | 116 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/ |
D | Makefile.am | 20 main-threaded.c main-threaded.exp main-vfork.c main-vfork.exp \
|
/external/eigen/bench/btl/cmake/ |
D | FindACML.cmake | 25 message(STATUS "Multi-threaded library not found, looking for single-threaded")
|
/external/valgrind/none/tests/ |
D | threaded-fork.vgtest | 1 prog: threaded-fork
|
D | Makefile.am | 173 threaded-fork.stderr.exp threaded-fork.stdout.exp threaded-fork.vgtest \ 213 threaded-fork \
|
/external/valgrind/drd/tests/ |
D | threaded-fork.vgtest | 2 prog: threaded-fork
|
D | threaded-fork-vcs.vgtest | 3 prog: threaded-fork
|
D | Makefile.am | 323 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/ |
D | TODO | 9 compute_trans_from_raw is an expensive operation that needs to be sped up or threaded so that mcstr…
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-09-AdveComments.txt | 101 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/ |
D | jemalloc_internal_defs.h.in | 20 * 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/ |
D | comment-misc-tags.m | 10 @abstract Single-threaded work-loop client request mechanism. 27 // CHECK-NEXT: (CXComment_Text Text=[ Single-threaded work-loop client request mechanism.] Ha…
|
/external/strace/ |
D | README-linux-ptrace | 14 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/ |
D | TopicMultithreading.dox | 28 \section TopicMultiThreading_UsingEigenWithMT Using Eigen in a multi-threaded application
|
/external/valgrind/ |
D | darwin9.supp | 211 # 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/ |
D | README.THREADS | 12 threaded applications.
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/ |
D | extras.rst | 10 - Support for threaded environments, so that you can use webapp2 outside of
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/ |
D | quickstart.nogae.rst | 10 - It supports threaded environments through the module :ref:`api.webapp2_extras.local`.
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_flags.inc | 78 "Die after multi-threaded fork if the child creates new threads.")
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/ |
D | features.rst | 260 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/ |
D | CREDITS | 87 D: Tracing multi-threaded processes
|
/external/libcxx/ |
D | CREDITS.TXT | 93 D: Remote testing, Newlib port, baremetal/single-threaded support.
|
/external/google-breakpad/src/testing/ |
D | CHANGES | 29 * New feature: Google Mock can be safely used in multi-threaded tests
|
/external/jemalloc/ |
D | INSTALL | 178 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/ |
D | DMSrcSink.h | 154 GPUSink(GrContextFactory::GLContextType, GrGLStandard, int samples, bool dfText, bool threaded);
|
1234