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
1371 * raw_atomic_long_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
1393 * raw_atomic_long_cmpxchg_release() - atomic compare and exchange with release ordering
1415 * raw_atomic_long_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
1437 * raw_atomic_long_try_cmpxchg() - atomic compare and exchange with full ordering
1447 * Return: @true if the exchange occured, @false otherwise.
1460 * raw_atomic_long_try_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
1470 * Return: @true if the exchange occured, @false otherwise.
1483 * raw_atomic_long_try_cmpxchg_release() - atomic compare and exchange with release ordering
1493 * Return: @true if the exchange occured, @false otherwise.
1506 * raw_atomic_long_try_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
1516 * Return: @true if the exchange occured, @false otherwise.