Searched
full:threaded (Results
251 -
275 of
601) sorted by null
<<11121314151617181920>>
/external/mdnsresponder/mDNSPosix/ |
Makefile | 126 # FreeBSD 4 requires threaded code to be compiled and linked using the "-pthread" option, 131 # Link a user-threaded process against libc_r instead of libc.
|
/external/openssl/crypto/bn/asm/ |
sparcv9-mont.pl | 27 # improvement on single-threaded RSA sign. It should be noted 29 # something extraordinary in terms of absolute [single-threaded]
|
/external/valgrind/main/docs/internals/ |
threads-syscalls-signals.txt | 242 VG_(master_tid) is a varable to handle the case where a threaded program 274 the same thread group as the parent. In a single-threaded process, the
|
/frameworks/base/docs/html/about/versions/ |
android-3.0-highlights.jd | 232 <p>Android 3.0 is the first version of the platform designed to run on either single or multicore processor architectures. A variety of changes in the Dalvik VM, Bionic library, and elsewhere add support for symmetric multiprocessing in multicore environments. These optimizations can benefit all applications, even those that are single-threaded. For example, with two active cores, a single-threaded application might still see a performance boost if the Dalvik garbage collector runs on the second core. The system will arrange for this automatically.</p>
|
/frameworks/compile/mclinker/utils/gtest/ |
README | 262 ### Multi-threaded Tests ### 360 it in order to be thread-safe. See the "Multi-threaded Tests" section
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
mt_allocator.h | 91 // single-threaded operation, use one. Maximum values will 98 // Each time a deallocation occurs in a threaded application
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
mt_allocator.h | 93 // single-threaded operation, use one. Maximum values will 100 // Each time a deallocation occurs in a threaded application
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
mt_allocator.h | 93 // single-threaded operation, use one. Maximum values will 100 // Each time a deallocation occurs in a threaded application
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
mt_allocator.h | 91 // single-threaded operation, use one. Maximum values will 98 // Each time a deallocation occurs in a threaded application
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
mt_allocator.h | 91 // single-threaded operation, use one. Maximum values will 98 // Each time a deallocation occurs in a threaded application
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
mt_allocator.h | 91 // single-threaded operation, use one. Maximum values will 98 // Each time a deallocation occurs in a threaded application
|
/system/core/liblog/ |
logprint.c | 231 * Assumes single threaded execution 303 * Assumes single threaded execution
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
threads.sgml | 25 portable means for writing multi-threaded software. There are 509 <title>A function which will not work in a threaded environment</title> 525 It is easy to see that this won't work in a multi-threaded 730 should also be usable in non-threaded programs, you are not able to [all...] |
memory.sgml | 228 threaded environment on Linux, the per-thread stack size is limited to 2 Megabytes,
|
/external/llvm/docs/ |
GarbageCollection.html | 694 <th>threaded</th> 938 <dt>Threaded</dt> [all...] |
/external/clang/lib/CodeGen/ |
CGCleanup.cpp | 527 /// current insertion point is threaded through the cleanup, as are 686 // - if there are branch-throughs threaded through the scope 713 // - if there are branch-afters threaded through the scope [all...] |
CGCleanup.h | 327 /// cleanup, guaranteed distinct from anything else threaded through
|
/bionic/libc/private/ |
resolv_private.h | 283 * with multi-threaded programs.
|
/dalvik/vm/ |
Thread.h | 218 const u2* lastPC; // Stage the PC for the threaded interpreter
|
/external/apache-http/src/org/apache/http/impl/conn/ |
SingleClientConnManager.java | 53 * This manager is good only for single-threaded use.
|
/external/chromium/base/allocator/ |
allocator_unittests.cc | 89 // For now, we just test single threaded execution
|
/external/chromium/base/ |
time_win.cc | 154 // Test for single-threaded access.
|
/external/chromium/testing/gtest/m4/ |
acx_pthread.m4 | 23 dnl multi-threaded programs (defaults to the value of CC otherwise).
|
/external/chromium/third_party/libevent/ |
evrpc.h | 398 * in singled-threaded applications
|
/external/chromium/third_party/libjingle/source/talk/ |
main.scons | 227 '/MT', # link with LIBCMT.LIB (multi-threaded, static linked crt)
|
Completed in 1091 milliseconds
<<11121314151617181920>>