Searched defs:atomic (Results 1 - 14 of 14) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/atomic/
H A Dpackage-info.java11 * array elements to those that also provide an atomic conditional update
20 * unconditionally set values, as well as a weaker conditional atomic
24 * employ efficient machine-level atomic instructions that are available
31 * {@link java.util.concurrent.atomic.AtomicBoolean},
32 * {@link java.util.concurrent.atomic.AtomicInteger},
33 * {@link java.util.concurrent.atomic.AtomicLong}, and
34 * {@link java.util.concurrent.atomic.AtomicReference}
38 * {@code AtomicInteger} provide atomic increment methods. One
104 * {@link java.util.concurrent.atomic.AtomicReferenceFieldUpdater},
105 * {@link java.util.concurrent.atomic
[all...]
H A DFences.java7 package java.util.concurrent.atomic;
14 * instances of atomic classes, using {@code synchronized} blocks or
164 * atomic. Additionally, correctness may require that all accesses of
H A DAtomicBoolean.java7 package java.util.concurrent.atomic;
12 * {@link java.util.concurrent.atomic} package specification for
13 * description of the properties of atomic variables. An
H A DAtomicReference.java7 package java.util.concurrent.atomic;
12 * java.util.concurrent.atomic} package specification for description
13 * of the properties of atomic variables.
H A DAtomicReferenceFieldUpdater.java7 package java.util.concurrent.atomic;
13 * A reflection-based utility that enables atomic updates to
15 * classes. This class is designed for use in atomic data structures
17 * independently subject to atomic updates. For example, a tree node
37 * method in this class are weaker than in other atomic classes.
39 * are appropriate for purposes of atomic access, it can
78 * expected value. This method is guaranteed to be atomic with respect to
92 * expected value. This method is guaranteed to be atomic with respect to
H A DAtomicInteger.java7 package java.util.concurrent.atomic;
12 * {@link java.util.concurrent.atomic} package specification for
13 * description of the properties of atomic variables. An
H A DAtomicIntegerArray.java7 package java.util.concurrent.atomic;
12 * See the {@link java.util.concurrent.atomic} package
13 * specification for description of the properties of atomic
H A DAtomicIntegerFieldUpdater.java7 package java.util.concurrent.atomic;
14 * A reflection-based utility that enables atomic updates to
16 * This class is designed for use in atomic data structures in which
17 * several fields of the same node are independently subject to atomic
21 * method in this class are weaker than in other atomic classes.
23 * are appropriate for purposes of atomic access, it can
58 * expected value. This method is guaranteed to be atomic with respect to
74 * expected value. This method is guaranteed to be atomic with respect to
H A DAtomicLong.java7 package java.util.concurrent.atomic;
12 * {@link java.util.concurrent.atomic} package specification for
13 * description of the properties of atomic variables. An
H A DAtomicLongArray.java7 package java.util.concurrent.atomic;
12 * See the {@link java.util.concurrent.atomic} package specification
13 * for description of the properties of atomic variables.
H A DAtomicLongFieldUpdater.java7 package java.util.concurrent.atomic;
14 * A reflection-based utility that enables atomic updates to
16 * This class is designed for use in atomic data structures in which
17 * several fields of the same node are independently subject to atomic
21 * method in this class are weaker than in other atomic classes.
23 * are appropriate for purposes of atomic access, it can
61 * expected value. This method is guaranteed to be atomic with respect to
77 * expected value. This method is guaranteed to be atomic with respect to
H A DAtomicMarkableReference.java7 package java.util.concurrent.atomic;
H A DAtomicReferenceArray.java7 package java.util.concurrent.atomic;
15 * atomically. See the {@link java.util.concurrent.atomic} package
16 * specification for description of the properties of atomic
H A DAtomicStampedReference.java7 package java.util.concurrent.atomic;

Completed in 68 milliseconds