aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/helpers/atomic_ext.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-08rust: sync: atomic: Add Atomic<*{mut,const} T> supportBoqun Feng1-0/+3
2026-03-08rust: helpers: Generify the definitions of rust_helper_*_cmpxchg*Boqun Feng1-36/+12
2026-03-08rust: helpers: Generify the definitions of rust_helper_*_xchg*Boqun Feng1-36/+12
2026-03-08rust: helpers: Generify the definitions of rust_helper_*_{read,set}*Boqun Feng1-30/+23
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg_relaxed helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg_release helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg_acquire helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg helpersFUJITA Tomonori1-0/+17
2026-01-09rust: helpers: Add i8/i16 atomic xchg_relaxed helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic xchg_release helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic xchg_acquire helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic xchg helpersFUJITA Tomonori1-0/+18
2026-01-09rust: helpers: Add i8/i16 relaxed atomic helpersFUJITA Tomonori1-0/+21
2026-01-09rust: helpers: Add i8/i16 atomic_read_acquire/atomic_set_release helpersFUJITA Tomonori1-0/+23