/external/chromium_org/content/browser/zygote_host/ |
zygote_host_impl_linux.h | 51 // a single-threaded Zygote. See crbug.com/157458.
|
/external/chromium_org/content/public/browser/android/ |
compositor.h | 69 // Composite immediately. Used in single-threaded mode.
|
/external/chromium_org/content/renderer/gpu/ |
render_widget_compositor.cc | 75 bool threaded) { 77 new RenderWidgetCompositor(widget, threaded)); 294 bool threaded) 295 : threaded_(threaded),
|
/external/chromium_org/content/test/ |
web_layer_tree_view_impl_for_testing.cc | 164 // Unit tests only run in single threaded mode.
|
/external/chromium_org/media/audio/ |
audio_output_dispatcher.h | 5 // AudioOutputDispatcher is a single-threaded base class that dispatches
|
/external/chromium_org/net/dns/ |
host_resolver_proc.h | 24 // the HostResolver implementation using them can be multi-threaded.
|
/external/chromium_org/remoting/host/ |
desktop_process.cc | 103 // On Windows the AudioCapturer requires COM, so we run a single-threaded
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
ReverbConvolver.h | 56 // If not doing multi-threaded convolution, then should not go > 8192.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
linuxfdwalk.c | 71 // multi-threaded app.
|
/external/chromium_org/third_party/libwebp/utils/ |
thread.h | 10 // Multi-threaded worker
|
/external/chromium_org/third_party/mesa/src/docs/ |
dispatch.html | 45 <p>In multi-threaded environments, it is possible for each thread to have a 101 <p>The vast majority of OpenGL applications use the API in a single threaded 110 that the application is, from OpenGL's point of view, single threaded.</p> 112 <p>As long as an application is single threaded, Mesa stores a pointer to
|
/external/chromium_org/third_party/re2/util/ |
benchmark.cc | 98 // TODO(rsc): Threaded benchmarks.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
stack_trace_table_test.cc | 25 // Normally we'd need this lock, but since the test is single-threaded
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
TODO | 79 2) Alt-F7 -> C/C++ -> Code Generation -> Runtime Library -> Multi-threaded, debug/release, DLL or not
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
stack_trace_table_test.cc | 25 // Normally we'd need this lock, but since the test is single-threaded
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
TODO | 79 2) Alt-F7 -> C/C++ -> Code Generation -> Runtime Library -> Multi-threaded, debug/release, DLL or not
|
/external/chromium_org/tools/perf/measurements/ |
rasterize_and_record_micro.py | 37 '--enable-threaded-compositing',
|
/external/chromium_org/v8/src/ |
vm-state-inl.h | 40 // logger and partially threaded through the call stack. States are pushed by
|
/external/chromium_org/v8/src/x64/ |
cpu-x64.cc | 57 // code simultaneously. V8 (and JavaScript) is single threaded and when code
|
/external/chromium_org/webkit/browser/blob/ |
blob_storage_context.h | 31 // threaded and should only be used on the IO thread.
|
/external/chromium_org/win8/test/ |
open_with_dialog_async.cc | 7 // single-threaded apartment.
|
/external/e2fsprogs/intl/ |
textdomain.c | 34 /* We have to handle multi-threaded applications. */
|
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
ConcurrentHashMap.java | 30 * single-threaded</a>, it is essentially a {@link java.util.HashMap},
|
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/ |
UncachedOggStream.java | 43 * Single-threaded physical ogg stream. Decodes audio in the same thread
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_thread.h | 10 // Multi-threaded worker
|