Lines Matching full:variable
55 * @brief Initialize an atomic variable.
57 * This macro can be used to initialize an atomic variable. For example,
60 * @param i Value to assign to atomic variable.
65 * @brief Initialize an atomic pointer variable.
67 * This macro can be used to initialize an atomic pointer variable. For
71 * @param p Pointer value to assign to atomic pointer variable.
121 * The target may be a single atomic variable or an array of them.
126 * @param target Address of atomic variable or array.
142 * The target may be a single atomic variable or an array of them.
147 * @param target Address of atomic variable or array.
166 * The target may be a single atomic variable or an array of them.
171 * @param target Address of atomic variable or array.
190 * The target may be a single atomic variable or an array of them.
195 * @param target Address of atomic variable or array.
209 * The target may be a single atomic variable or an array of them.
214 * @param target Address of atomic variable or array.
228 * The target may be a single atomic variable or an array of them.
233 * @param target Address of atomic variable or array.