Home | History | Annotate | Download | only in include

Lines Matching full:brief

92  * \brief Try to lock a spin lock by setting it to a non-zero value.
101 * \brief Lock a spin lock by setting it to a non-zero value.
108 * \brief Unlock a spin lock by setting it to 0. Always returns immediately
178 * \brief A type representing an atomic integer value. It is a struct
184 * \brief Set an atomic variable to a new value if it is currently an old value.
193 * \brief Set an atomic variable to a value.
200 * \brief Get the value of an atomic variable
205 * \brief Add to an atomic variable.
214 * \brief Increment an atomic variable used as a reference count.
221 * \brief Decrement an atomic variable used as a reference count.
231 * \brief Set a pointer to a new value if it is currently an old value.
240 * \brief Set a pointer to a value atomically.
247 * \brief Get the value of a pointer atomically.