Searched refs:atomic (Results 101 - 125 of 249) sorted by relevance

12345678910

/external/harfbuzz_ng/src/
H A Dhb-atomic-private.hh103 #include <atomic.h>
/external/icu/icu4c/source/i18n/
H A Dregexcmp.h74 atomic = -3, enumerator in enum:RegexCompile::EParenClass
/external/jmdns/src/javax/jmdns/
H A DJmmDNS.java10 import java.util.concurrent.atomic.AtomicReference;
/external/libcxx/test/atomics/atomics.flag/
H A Dtest_and_set.pass.cpp10 // <atomic>
17 #include <atomic>
/external/mockwebserver/src/test/java/com/google/mockwebserver/
H A DCustomDispatcherTest.java26 import java.util.concurrent.atomic.AtomicInteger;
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DOkHttpAsync.java29 import java.util.concurrent.atomic.AtomicInteger;
/external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
H A DCustomDispatcherTest.java24 import java.util.concurrent.atomic.AtomicInteger;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DURLEncodingTest.java31 import java.util.concurrent.atomic.AtomicReference;
/external/stlport/stlport/stl/
H A D_threads.h45 /* This header defines the following atomic operation that platform should
229 /* We do not grant other atomic operations as they are useless if STLport do not have
438 * atomic preincrement/predecrement. The constructor initializes
485 * This is guaranteed to behave as though it were atomic only if all
491 * - on platforms where sizeof(__stl_atomic_t) == sizeof(void*) atomic
493 * - on platform without atomic operation swap is done in a critical section,
518 # error Missing atomic swap implementation
544 # error Missing pointer atomic swap implementation
581 # error Missing atomic swap implementation
607 # error Missing pointer atomic swa
[all...]
/external/valgrind/main/drd/tests/
H A Dannotate_rwlock.c23 has built-in functions for atomic memory access.
/external/valgrind/main/helgrind/tests/
H A Dannotate_rwlock.c33 has built-in functions for atomic memory access.
/external/chromium_org/components/devtools_bridge/android/java/src/org/chromium/components/devtools_bridge/
H A DSocketTunnelBase.java14 import java.util.concurrent.atomic.AtomicInteger;
15 import java.util.concurrent.atomic.AtomicReference;
/external/chromium_org/third_party/icu/source/common/
H A Dumutex.h35 // Stringify macros, to allow #include of user supplied atomic & mutex files.
52 #include <atomic>
56 typedef std::atomic<int32_t> u_atomic_int32_t;
122 * gcc atomic ops. These are available on several other compilers as well.
306 * This one is needed if we are using C++11 for atomic ops, but
H A Dumutex.cpp53 #error ICU on Win32 requires support for low level atomic operations.
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dbase.hpp27 #include <atomic>
77 std::atomic<unsigned> __ref_count;
/external/icu/icu4c/source/common/
H A Dumutex.h35 // Stringify macros, to allow #include of user supplied atomic & mutex files.
52 #include <atomic>
56 typedef std::atomic<int32_t> u_atomic_int32_t;
120 * gcc atomic ops. These are available on several other compilers as well.
304 * This one is needed if we are using C++11 for atomic ops, but
/external/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h15 #include <atomic>
487 std::atomic<bool> m_did_jit;
/external/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h26 #include <atomic>
102 mutable std::atomic<int> RefCount;
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dbase.hpp27 #include <atomic>
77 std::atomic<unsigned> __ref_count;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cc121 static const char *MopDesc(bool first, bool write, bool atomic) { argument
122 return atomic ? (first ? (write ? "Atomic write" : "Atomic read")
123 : (write ? "Previous atomic write" : "Previous atomic read"))
133 MopDesc(first, mop->write, mop->atomic),
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DArchiveTest.java20 import java.util.concurrent.atomic.AtomicReference;
H A DWebViewModalDialogOverrideTest.java20 import java.util.concurrent.atomic.AtomicBoolean;
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
H A DAutofillTest.java25 import java.util.concurrent.atomic.AtomicBoolean;
/external/guava/guava/src/com/google/common/cache/
H A DAbstractCache.java29 import java.util.concurrent.atomic.AtomicLong;
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomicDoubleArray.java20 import java.util.concurrent.atomic.AtomicLongArray;
24 * See the {@link java.util.concurrent.atomic} package specification
25 * for description of the properties of atomic variables.
158 * href="http://download.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/package-summary.html#Spurious">

Completed in 3443 milliseconds

12345678910