Searched refs:atomic (Results 76 - 100 of 211) sorted by relevance

123456789

/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dbase.hpp27 #include <atomic>
77 std::atomic<unsigned> __ref_count;
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DArchiveTest.java18 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.java23 import java.util.concurrent.atomic.AtomicBoolean;
/external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
H A DContentShellTestBase.java24 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">
/external/guava/guava-tests/test/com/google/common/cache/
H A DAbstractCacheTest.java28 import java.util.concurrent.atomic.AtomicReference;
H A DAbstractLoadingCacheTest.java25 import java.util.concurrent.atomic.AtomicReference;
H A DTestingCacheLoaders.java24 import java.util.concurrent.atomic.AtomicInteger;
/external/guava/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetBasherTest.java34 import java.util.concurrent.atomic.AtomicInteger;
H A DMapMakerTest.java34 import java.util.concurrent.atomic.AtomicInteger;
/external/guava/guava-tests/test/com/google/common/testing/
H A DGcFinalizationTest.java13 import java.util.concurrent.atomic.AtomicBoolean;
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractFutureTest.java27 import java.util.concurrent.atomic.AtomicReference;
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DNullContext.java42 import java.util.concurrent.atomic.AtomicBoolean;
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglAbstractDisplay.java45 import java.util.concurrent.atomic.AtomicBoolean;
H A DLwjglContext.java45 import java.util.concurrent.atomic.AtomicBoolean;
H A DLwjglOffscreenBuffer.java41 import java.util.concurrent.atomic.AtomicBoolean;
/external/kernel-headers/original/asm-arm/
H A Datomic.h2 * linux/include/asm-arm/atomic.h
27 * ARMv6 UP and SMP safe atomic ops. We use load exclusive and
28 * store exclusive to ensure that these are atomic. We may loop
30 * without using the following operations WILL break the atomic
209 #include <asm-generic/atomic.h>
/external/kernel-headers/original/asm-x86/
H A Datomic_32.h23 * atomic_read - read atomic variable
31 * atomic_set - set atomic variable
40 * atomic_add - add integer to atomic variable
55 * atomic_sub - subtract integer from atomic variable
90 * atomic_inc - increment atomic variable
103 * atomic_dec - decrement atomic variable
265 #include <asm-generic/atomic.h>
H A Dbitops_32.h17 * is guaranteed to be atomic. All bit operations return 0 if the bit
30 * This function is atomic and may not be reordered. See __set_bit()
31 * if you do not require the atomic guarantees.
53 * Unlike set_bit(), this function is non-atomic and may be reordered.
70 * clear_bit() is atomic and may not be reordered. However, it does
88 * clear_bit() is atomic and implies release semantics before the memory
110 * __clear_bit() is non-atomic and implies release semantics before the memory
131 * Unlike change_bit(), this function is non-atomic and may be reordered.
148 * change_bit() is atomic and may not be reordered. It may be
166 * This operation is atomic an
[all...]
H A Dlocal_32.h6 #include <asm/atomic.h>
197 /* On x86, these are no better than the atomic variants. */
209 still access a variable of a previous CPU in a non atomic way. */
/external/kernel-headers/original/linux/
H A Dfilter.h12 #include <linux/atomic.h>
H A Dpm.h27 #include <asm/atomic.h>
H A Dsysfs.h13 #include <asm/atomic.h>

Completed in 506 milliseconds

123456789