/frameworks/native/include/utils/ |
WorkQueue.h | 27 * A threaded work queue.
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
unlocked-io.h | 28 fine since all of the applications in this package are single threaded.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
rpc.h | 72 /* Global variables, protected for multi-threaded applications. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
rpc.h | 72 /* Global variables, protected for multi-threaded applications. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
rpc.h | 72 /* Global variables, protected for multi-threaded applications. */
|
/external/valgrind/main/ |
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.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
gthr-default.h | 214 path so every update of __gthread_active in a threaded program must 220 /* If this really is a threaded program, then we must ensure that 313 path so every update of __gthread_active in a threaded program must
|
gthr-posix.h | 214 path so every update of __gthread_active in a threaded program must 220 /* If this really is a threaded program, then we must ensure that 313 path so every update of __gthread_active in a threaded program must
|
/external/bluetooth/glib/gio/ |
gcancellable.c | 113 * multi-threaded program is prone to race conditions, and it is 118 * multi-threaded program:
|
/external/chromium/base/ |
observer_list_unittest.cc | 87 static const int kThreadRunTime = 2000; // ms to run the multi-threaded test. 269 // A test driver for a multi-threaded notification loop. Runs a number
|
lazy_instance.h | 160 // threaded, so don't use atomic operations.
|
/external/icu4c/common/unicode/ |
uclean.h | 41 * In old versions of ICU, u_init() was required in multi-threaded applications 152 * This function may be used even when ICU has been built without multi-threaded
|
/frameworks/base/core/java/android/content/ |
AbstractThreadedSyncAdapter.java | 305 * thread than the sync thread and so you must consider the multi-threaded implications 323 * thread than the sync thread and so you must consider the multi-threaded implications
|
/development/host/windows/usb/winusb/ |
adb_winusb_endpoint_object.h | 136 issue, since we use single-threaded synchronous read / writes, so
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
async_queues.sgml | 12 multi-threaded applications though, as a synchronous operation could as
|
/external/bluetooth/glib/tests/ |
slice-color.c | 1 /* GLIB sliced memory - fast threaded memory chunk allocator
|
/external/chromium/base/threading/ |
simple_thread.h | 141 // multi-threaded, but don't want to spawn a thread for each small bit of work.
|
/external/chromium/base/win/ |
object_watcher.cc | 80 // Make sure ObjectWatcher is used in a single-threaded fashion.
|
/external/chromium/chrome/browser/net/ |
url_info_unittest.cc | 5 // Single threaded tests of UrlInfo functionality.
|
/external/clang/test/CodeGenObjC/ |
exceptions.m | 141 // The finally cleanup has two threaded entrypoints after optimization:
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
MapMaker.java | 29 * MapMaker emulation. Since Javascript is single-threaded and have no references, this reduces to
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableSetTest.java | 171 @GwtIncompatible("GWT is single threaded")
|
/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
ImplHandler.java | 44 * which store local persistent data to operate with a multi-threaded system.
|
/external/llvm/include/llvm/ |
LLVMContext.h | 28 /// This is an important class for using LLVM in a threaded context. It
|
/external/llvm/lib/Support/ |
Threading.cpp | 45 // We fence here to insure that all threaded operations are complete BEFORE we
|