/bionic/libc/private/ |
thread_private.h | 14 * described functions for operation in a non-threaded environment.
|
/external/bison/lib/ |
unlocked-io.h | 29 fine since all of the applications in this package are single threaded.
|
/external/chromium/base/ |
atomicops_internals_x86_gcc.cc | 39 // if we haven't been initialized yet, we're probably single threaded, and our
|
/external/chromium/chrome/browser/printing/ |
print_job_unittest.cc | 89 // Test the multi-threaded nature of PrintJob to make sure we can use it with
|
/external/chromium/net/base/ |
host_resolver_proc.h | 24 // the HostResolver implementation using them can be multi-threaded.
|
/external/chromium/net/proxy/ |
multi_threaded_proxy_resolver.h | 72 // multi-threaded model, each thread may have a different value for this
|
/external/chromium/net/url_request/ |
url_request_job_tracker.h | 23 // NOTE: URLRequest is single-threaded, so this class should only be used
|
/external/chromium/testing/gmock/ |
CHANGES | 27 * New feature: Google Mock can be safely used in multi-threaded tests
|
/external/dbus/doc/ |
system-activation.txt | 8 also due to a multi-threaded design, too difficult to test.
|
/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/llvm/include/llvm/Analysis/ |
LazyValueInfo.h | 64 /// threadEdge - Inform the analysis cache that we have threaded an edge from
|
/external/mdnsresponder/mDNSCore/ |
Implementer Notes.txt | 42 In a single-threaded application using a blocking select() call as its
|
/external/mesa3d/docs/ |
dispatch.html | 44 <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/protobuf/src/google/protobuf/stubs/ |
once.h | 70 // only choice is to assume that dynamic initialization is single-threaded.
|
/external/qemu/distrib/sdl-1.2.12/ |
CREDITS | 65 * Stephane Peter, for the AAlib front-end and multi-threaded timer idea.
|
/external/qemu/distrib/sdl-1.2.12/src/timer/win32/ |
SDL_systimer.c | 151 SDL_SetError("Internal logic error: Win32 uses threaded timer");
|
/external/regex-re2/util/ |
benchmark.cc | 98 // TODO(rsc): Threaded benchmarks.
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format11x/ |
Format11x.smali | 112 #TODO: need to write a multi-threaded test to test monitor-enter and monitor-exit
|
/external/v8/src/ia32/ |
cpu-ia32.cc | 57 // code simultaneously. V8 (and JavaScript) is single threaded and when code
|
/external/v8/src/x64/ |
cpu-x64.cc | 57 // code simultaneously. V8 (and JavaScript) is single threaded and when code
|
/external/valgrind/main/exp-bbv/docs/ |
bbv-manual.xml | 321 <sect1 id="bbv-manual.threadsupport" xreflabel="BBV Threaded Support"> 322 <title>Threaded Executable Support</title> 325 BBV supports threaded programs. When a program has multiple threads, 333 threaded workloads. The most common method is to run
|
/external/webkit/Source/WebCore/platform/audio/ |
ReverbConvolver.h | 51 // If not doing multi-threaded convolution, then should not go > 8192.
|
/frameworks/base/core/tests/coretests/src/android/os/ |
PowerManagerTest.java | 122 // TODO: Threaded test (needs handler) to make sure timed wakelocks work too
|