Home
last modified time | relevance | path

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

12345

/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/chromium_org/cc/trees/
Dlayer_tree_host_unittest_proxy.cc33 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/
Dseparate_cache_pool.patch18 ** * 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/
Dthreaded-fork.vgtest1 prog: threaded-fork
DMakefile.am168 threaded-fork.stderr.exp threaded-fork.stdout.exp threaded-fork.vgtest \
202 threaded-fork \
/external/valgrind/main/drd/tests/
Dthreaded-fork.vgtest2 prog: threaded-fork
DMakefile.am318 threaded-fork.stderr.exp \
319 threaded-fork.vgtest \
367 threaded-fork \
/external/qemu/distrib/sdl-1.2.15/test/
DREADME13 testerror Tests multi-threaded error handling
34 threadwin Test multi-threaded event handling
/external/chromium_org/third_party/WebKit/PerformanceTests/
DSkipped39 # but is still useful for testing the threaded parser.
40 Parser/html-parser-threaded.html
/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.h44 bool threaded); in NON_EXPORTED_BASE()
152 RenderWidgetCompositor(RenderWidget* widget, bool threaded); in NON_EXPORTED_BASE()
Drender_widget_compositor.cc162 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/
Djemalloc_internal_defs.h.in20 * 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/
Dmutex1.test97 # * Multi-threaded mode,
98 # * Single-threaded mode.
Dthread_common.tcl98 if {![info exists ::tcl_platform(threaded)]} {
/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/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/chromium_org/third_party/apache-win32/
DINSTALL.txt34 * 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/
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/chromium_org/cc/test/
Dlayer_tree_test.cc617 void LayerTreeTest::RunTest(bool threaded, in RunTest() argument
620 if (threaded) { in RunTest()
633 DCHECK(threaded) in RunTest()
/external/eigen/doc/
DTopicMultithreading.dox28 \section TopicMultiThreading_UsingEigenWithMT Using Eigen in a multi-threaded application
/external/mesa3d/docs/
DREADME.THREADS12 threaded applications.
/external/chromium_org/third_party/mesa/src/docs/
DREADME.THREADS12 threaded applications.
/external/valgrind/main/
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/jemalloc/
DINSTALL165 switches from single-threaded to multi-threaded mode, so that it can avoid
166 mutex locking/unlocking operations while in single-threaded mode. In

12345