Lines Matching full:an
29 * This routine performs an atomic compare-and-set on @a target. If the current
51 * This routine performs an atomic addition on @a target.
67 * This routine performs an atomic subtraction on @a target.
84 * This routine performs an atomic increment by 1 on @a target.
100 * This routine performs an atomic decrement by 1 on @a target.
116 * This routine performs an atomic read on @a target.
144 * test-and-set operation, but rather an atomic exchange operation. It in atomic_set()
240 * @brief Initialize an atomic variable.
242 * This macro can be used to initialize an atomic variable. For example,
262 * @brief Define an array of atomic variables.
264 * This macro defines an array of atomic variables containing at least
281 * The target may be a single atomic variable or an array of them.
300 * The target may be a single atomic variable or an array of them.
322 * The target may be a single atomic variable or an array of them.
344 * The target may be a single atomic variable or an array of them.
363 * The target may be a single atomic variable or an array of them.