| H A D | atomic.c | 27 rust_helper_atomic_set(atomic_t *v, int i) in rust_helper_atomic_read_acquire() 29 atomic_set(v, i); in rust_helper_atomic_read_acquire() 33 rust_helper_atomic_set_release(atomic_t *v, int i) in rust_helper_atomic_set() 35 atomic_set_release(v, i); in rust_helper_atomic_set() 39 rust_helper_atomic_add(int i, atomic_t *v) in rust_helper_atomic_set_release() 41 atomic_add(i, v); in rust_helper_atomic_set_release() 45 rust_helper_atomic_add_return(int i, atomic_t *v) in rust_helper_atomic_add() 47 return atomic_add_return(i, v); in rust_helper_atomic_add() 51 rust_helper_atomic_add_return_acquire(int i, atomic_t *v) in rust_helper_atomic_add_return() 53 return atomic_add_return_acquire(i, in rust_helper_atomic_add_return() 32 rust_helper_atomic_set(atomic_t * v,int i) rust_helper_atomic_set() argument 38 rust_helper_atomic_set_release(atomic_t * v,int i) rust_helper_atomic_set_release() argument 44 rust_helper_atomic_add(int i,atomic_t * v) rust_helper_atomic_add() argument 50 rust_helper_atomic_add_return(int i,atomic_t * v) rust_helper_atomic_add_return() argument 56 rust_helper_atomic_add_return_acquire(int i,atomic_t * v) rust_helper_atomic_add_return_acquire() argument 62 rust_helper_atomic_add_return_release(int i,atomic_t * v) rust_helper_atomic_add_return_release() argument 68 rust_helper_atomic_add_return_relaxed(int i,atomic_t * v) rust_helper_atomic_add_return_relaxed() argument 74 rust_helper_atomic_fetch_add(int i,atomic_t * v) rust_helper_atomic_fetch_add() argument 80 rust_helper_atomic_fetch_add_acquire(int i,atomic_t * v) rust_helper_atomic_fetch_add_acquire() argument 86 rust_helper_atomic_fetch_add_release(int i,atomic_t * v) rust_helper_atomic_fetch_add_release() argument 92 rust_helper_atomic_fetch_add_relaxed(int i,atomic_t * v) rust_helper_atomic_fetch_add_relaxed() argument 98 rust_helper_atomic_sub(int i,atomic_t * v) rust_helper_atomic_sub() argument 104 rust_helper_atomic_sub_return(int i,atomic_t * v) rust_helper_atomic_sub_return() argument 110 rust_helper_atomic_sub_return_acquire(int i,atomic_t * v) rust_helper_atomic_sub_return_acquire() argument 116 rust_helper_atomic_sub_return_release(int i,atomic_t * v) rust_helper_atomic_sub_return_release() argument 122 rust_helper_atomic_sub_return_relaxed(int i,atomic_t * v) rust_helper_atomic_sub_return_relaxed() argument 128 rust_helper_atomic_fetch_sub(int i,atomic_t * v) rust_helper_atomic_fetch_sub() argument 134 rust_helper_atomic_fetch_sub_acquire(int i,atomic_t * v) rust_helper_atomic_fetch_sub_acquire() argument 140 rust_helper_atomic_fetch_sub_release(int i,atomic_t * v) rust_helper_atomic_fetch_sub_release() argument 146 rust_helper_atomic_fetch_sub_relaxed(int i,atomic_t * v) rust_helper_atomic_fetch_sub_relaxed() argument 260 rust_helper_atomic_and(int i,atomic_t * v) rust_helper_atomic_and() argument 266 rust_helper_atomic_fetch_and(int i,atomic_t * v) rust_helper_atomic_fetch_and() argument 272 rust_helper_atomic_fetch_and_acquire(int i,atomic_t * v) rust_helper_atomic_fetch_and_acquire() argument 278 rust_helper_atomic_fetch_and_release(int i,atomic_t * v) rust_helper_atomic_fetch_and_release() argument 284 rust_helper_atomic_fetch_and_relaxed(int i,atomic_t * v) rust_helper_atomic_fetch_and_relaxed() argument 290 rust_helper_atomic_andnot(int i,atomic_t * v) rust_helper_atomic_andnot() argument 296 rust_helper_atomic_fetch_andnot(int i,atomic_t * v) rust_helper_atomic_fetch_andnot() argument 302 rust_helper_atomic_fetch_andnot_acquire(int i,atomic_t * v) rust_helper_atomic_fetch_andnot_acquire() argument 308 rust_helper_atomic_fetch_andnot_release(int i,atomic_t * v) rust_helper_atomic_fetch_andnot_release() argument 314 rust_helper_atomic_fetch_andnot_relaxed(int i,atomic_t * v) rust_helper_atomic_fetch_andnot_relaxed() argument 320 rust_helper_atomic_or(int i,atomic_t * v) rust_helper_atomic_or() argument 326 rust_helper_atomic_fetch_or(int i,atomic_t * v) rust_helper_atomic_fetch_or() argument 332 rust_helper_atomic_fetch_or_acquire(int i,atomic_t * v) rust_helper_atomic_fetch_or_acquire() argument 338 rust_helper_atomic_fetch_or_release(int i,atomic_t * v) rust_helper_atomic_fetch_or_release() argument 344 rust_helper_atomic_fetch_or_relaxed(int i,atomic_t * v) rust_helper_atomic_fetch_or_relaxed() argument 350 rust_helper_atomic_xor(int i,atomic_t * v) rust_helper_atomic_xor() argument 356 rust_helper_atomic_fetch_xor(int i,atomic_t * v) rust_helper_atomic_fetch_xor() argument 362 rust_helper_atomic_fetch_xor_acquire(int i,atomic_t * v) rust_helper_atomic_fetch_xor_acquire() argument 368 rust_helper_atomic_fetch_xor_release(int i,atomic_t * v) rust_helper_atomic_fetch_xor_release() argument 374 rust_helper_atomic_fetch_xor_relaxed(int i,atomic_t * v) rust_helper_atomic_fetch_xor_relaxed() argument 452 rust_helper_atomic_sub_and_test(int i,atomic_t * v) rust_helper_atomic_sub_and_test() argument 470 rust_helper_atomic_add_negative(int i,atomic_t * v) rust_helper_atomic_add_negative() argument 476 rust_helper_atomic_add_negative_acquire(int i,atomic_t * v) rust_helper_atomic_add_negative_acquire() argument 482 rust_helper_atomic_add_negative_release(int i,atomic_t * v) rust_helper_atomic_add_negative_release() argument 488 rust_helper_atomic_add_negative_relaxed(int i,atomic_t * v) rust_helper_atomic_add_negative_relaxed() argument 542 rust_helper_atomic64_set(atomic64_t * v,s64 i) rust_helper_atomic64_set() argument 548 rust_helper_atomic64_set_release(atomic64_t * v,s64 i) rust_helper_atomic64_set_release() argument 554 rust_helper_atomic64_add(s64 i,atomic64_t * v) rust_helper_atomic64_add() argument 560 rust_helper_atomic64_add_return(s64 i,atomic64_t * v) rust_helper_atomic64_add_return() argument 566 rust_helper_atomic64_add_return_acquire(s64 i,atomic64_t * v) rust_helper_atomic64_add_return_acquire() argument 572 rust_helper_atomic64_add_return_release(s64 i,atomic64_t * v) rust_helper_atomic64_add_return_release() argument 578 rust_helper_atomic64_add_return_relaxed(s64 i,atomic64_t * v) rust_helper_atomic64_add_return_relaxed() argument 584 rust_helper_atomic64_fetch_add(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_add() argument 590 rust_helper_atomic64_fetch_add_acquire(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_add_acquire() argument 596 rust_helper_atomic64_fetch_add_release(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_add_release() argument 602 rust_helper_atomic64_fetch_add_relaxed(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_add_relaxed() argument 608 rust_helper_atomic64_sub(s64 i,atomic64_t * v) rust_helper_atomic64_sub() argument 614 rust_helper_atomic64_sub_return(s64 i,atomic64_t * v) rust_helper_atomic64_sub_return() argument 620 rust_helper_atomic64_sub_return_acquire(s64 i,atomic64_t * v) rust_helper_atomic64_sub_return_acquire() argument 626 rust_helper_atomic64_sub_return_release(s64 i,atomic64_t * v) rust_helper_atomic64_sub_return_release() argument 632 rust_helper_atomic64_sub_return_relaxed(s64 i,atomic64_t * v) rust_helper_atomic64_sub_return_relaxed() argument 638 rust_helper_atomic64_fetch_sub(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_sub() argument 644 rust_helper_atomic64_fetch_sub_acquire(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_sub_acquire() argument 650 rust_helper_atomic64_fetch_sub_release(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_sub_release() argument 656 rust_helper_atomic64_fetch_sub_relaxed(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_sub_relaxed() argument 770 rust_helper_atomic64_and(s64 i,atomic64_t * v) rust_helper_atomic64_and() argument 776 rust_helper_atomic64_fetch_and(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_and() argument 782 rust_helper_atomic64_fetch_and_acquire(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_and_acquire() argument 788 rust_helper_atomic64_fetch_and_release(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_and_release() argument 794 rust_helper_atomic64_fetch_and_relaxed(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_and_relaxed() argument 800 rust_helper_atomic64_andnot(s64 i,atomic64_t * v) rust_helper_atomic64_andnot() argument 806 rust_helper_atomic64_fetch_andnot(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_andnot() argument 812 rust_helper_atomic64_fetch_andnot_acquire(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_andnot_acquire() argument 818 rust_helper_atomic64_fetch_andnot_release(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_andnot_release() argument 824 rust_helper_atomic64_fetch_andnot_relaxed(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_andnot_relaxed() argument 830 rust_helper_atomic64_or(s64 i,atomic64_t * v) rust_helper_atomic64_or() argument 836 rust_helper_atomic64_fetch_or(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_or() argument 842 rust_helper_atomic64_fetch_or_acquire(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_or_acquire() argument 848 rust_helper_atomic64_fetch_or_release(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_or_release() argument 854 rust_helper_atomic64_fetch_or_relaxed(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_or_relaxed() argument 860 rust_helper_atomic64_xor(s64 i,atomic64_t * v) rust_helper_atomic64_xor() argument 866 rust_helper_atomic64_fetch_xor(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_xor() argument 872 rust_helper_atomic64_fetch_xor_acquire(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_xor_acquire() argument 878 rust_helper_atomic64_fetch_xor_release(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_xor_release() argument 884 rust_helper_atomic64_fetch_xor_relaxed(s64 i,atomic64_t * v) rust_helper_atomic64_fetch_xor_relaxed() argument 962 rust_helper_atomic64_sub_and_test(s64 i,atomic64_t * v) rust_helper_atomic64_sub_and_test() argument 980 rust_helper_atomic64_add_negative(s64 i,atomic64_t * v) rust_helper_atomic64_add_negative() argument 986 rust_helper_atomic64_add_negative_acquire(s64 i,atomic64_t * v) rust_helper_atomic64_add_negative_acquire() argument 992 rust_helper_atomic64_add_negative_release(s64 i,atomic64_t * v) rust_helper_atomic64_add_negative_release() argument 998 rust_helper_atomic64_add_negative_relaxed(s64 i,atomic64_t * v) rust_helper_atomic64_add_negative_relaxed() argument [all...] |