Searched refs:operand (Results 1 – 1 of 1) sorted by relevance
/include/ |
A D | atomic.h | 616 # define atomic_fetch_add_relaxed(mem, operand) \ argument 619 # define atomic_fetch_add_acquire(mem, operand) \ argument 639 # define atomic_fetch_or_relaxed(mem, operand) \ argument 642 # define atomic_fetch_or_acquire(mem, operand) \ argument 645 # define atomic_fetch_or_release(mem, operand) \ argument 743 atomic_fetch_add_acquire ((mem), (operand)) 759 atomic_fetch_and_acquire ((mem), (operand)) 765 atomic_and_val ((mem), (operand)) 771 atomic_and_val ((mem), (operand)); }) 778 atomic_or_val ((mem), (operand)) [all …]
|
Completed in 5 milliseconds