Home | History | Annotate | Download | only in cutils

Lines Matching full:release

31  * The "acquire" and "release" terms can be defined intuitively in terms
39 * "work" from happening before the lock is held, and the later (release)
46 * moved down below it, and for instructions that occur after a "release"
51 * The only difference between acquire and release is in whether they
55 * acquire/release protection is provided.
63 * barrier with "release" ordering, and return the previous value.
75 * Perform an atomic load with "acquire" or "release" ordering.
84 * Perform an atomic store with "acquire" or "release" ordering.
93 * Compare-and-set operation with "acquire" or "release" ordering.
101 * Implementations that use the release CAS in a loop may be less efficient
112 * in a future release.