Lines Matching full:exchange
1265 * raw_atomic_long_xchg() - atomic exchange with full ordering
1286 * raw_atomic_long_xchg_acquire() - atomic exchange with acquire ordering
1307 * raw_atomic_long_xchg_release() - atomic exchange with release ordering
1328 * raw_atomic_long_xchg_relaxed() - atomic exchange with relaxed ordering
1349 * raw_atomic_long_cmpxchg() - atomic compare and exchange with full ordering
1372 * raw_atomic_long_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
1395 * raw_atomic_long_cmpxchg_release() - atomic compare and exchange with release ordering
1418 * raw_atomic_long_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
1441 * raw_atomic_long_try_cmpxchg() - atomic compare and exchange with full ordering
1452 * Return: @true if the exchange occured, @false otherwise.
1465 * raw_atomic_long_try_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
1476 * Return: @true if the exchange occured, @false otherwise.
1489 * raw_atomic_long_try_cmpxchg_release() - atomic compare and exchange with release ordering
1500 * Return: @true if the exchange occured, @false otherwise.
1513 * raw_atomic_long_try_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
1524 * Return: @true if the exchange occured, @false otherwise.