/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/chromium_org/cc/trees/ |
D | layer_tree_host_unittest_proxy.cc | 33 void Run(bool threaded, bool impl_side_painting) { in Run() argument 37 RunTest(threaded, delegating_renderer, impl_side_painting); in Run()
|
/external/chromium_org/third_party/sqlite/ |
D | separate_cache_pool.patch | 18 ** * Always use a unified cache in single-threaded applications 20 ** * Otherwise (if multi-threaded and ENABLE_MEMORY_MANAGEMENT is off)
|
/external/valgrind/main/none/tests/ |
D | threaded-fork.vgtest | 1 prog: threaded-fork
|
D | Makefile.am | 168 threaded-fork.stderr.exp threaded-fork.stdout.exp threaded-fork.vgtest \ 202 threaded-fork \
|
/external/valgrind/main/drd/tests/ |
D | threaded-fork.vgtest | 2 prog: threaded-fork
|
D | Makefile.am | 318 threaded-fork.stderr.exp \ 319 threaded-fork.vgtest \ 367 threaded-fork \
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | README | 13 testerror Tests multi-threaded error handling 34 threadwin Test multi-threaded event handling
|
/external/chromium_org/third_party/WebKit/PerformanceTests/ |
D | Skipped | 39 # but is still useful for testing the threaded parser. 40 Parser/html-parser-threaded.html
|
/external/chromium_org/content/renderer/gpu/ |
D | render_widget_compositor.h | 44 bool threaded); in NON_EXPORTED_BASE() 152 RenderWidgetCompositor(RenderWidget* widget, bool threaded); in NON_EXPORTED_BASE()
|
D | render_widget_compositor.cc | 162 bool threaded) { in Create() argument 164 new RenderWidgetCompositor(widget, threaded)); in Create() 423 bool threaded) in RenderWidgetCompositor() argument 424 : threaded_(threaded), in RenderWidgetCompositor()
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 20 * Hyper-threaded CPUs may need a special instruction inside spin loops in 76 * Defined if threaded initialization is known to be safe on this platform. 78 * triggering allocation in order for threaded allocation to be safe.
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | mutex1.test | 97 # * Multi-threaded mode, 98 # * Single-threaded mode.
|
D | thread_common.tcl | 98 if {![info exists ::tcl_platform(threaded)]} {
|
/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/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/chromium_org/third_party/apache-win32/ |
D | INSTALL.txt | 34 * If you want to build a threaded MPM (for instance worker) 37 to try a threaded Apache on an earlier version of FreeBSD,
|
/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/chromium_org/cc/test/ |
D | layer_tree_test.cc | 617 void LayerTreeTest::RunTest(bool threaded, in RunTest() argument 620 if (threaded) { in RunTest() 633 DCHECK(threaded) in RunTest()
|
/external/eigen/doc/ |
D | TopicMultithreading.dox | 28 \section TopicMultiThreading_UsingEigenWithMT Using Eigen in a multi-threaded application
|
/external/mesa3d/docs/ |
D | README.THREADS | 12 threaded applications.
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | README.THREADS | 12 threaded applications.
|
/external/valgrind/main/ |
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/jemalloc/ |
D | INSTALL | 165 switches from single-threaded to multi-threaded mode, so that it can avoid 166 mutex locking/unlocking operations while in single-threaded mode. In
|