| H A D | atomic.c | 15 rust_helper_atomic_read(const atomic_t *v) 17 return atomic_read(v); 21 rust_helper_atomic_read_acquire(const atomic_t *v) in rust_helper_atomic_read() 23 return atomic_read_acquire(v); in rust_helper_atomic_read() 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() 20 rust_helper_atomic_read(const atomic_t * v) rust_helper_atomic_read() argument 26 rust_helper_atomic_read_acquire(const atomic_t * v) rust_helper_atomic_read_acquire() argument 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 152 rust_helper_atomic_inc(atomic_t * v) rust_helper_atomic_inc() argument 158 rust_helper_atomic_inc_return(atomic_t * v) rust_helper_atomic_inc_return() argument 164 rust_helper_atomic_inc_return_acquire(atomic_t * v) rust_helper_atomic_inc_return_acquire() argument 170 rust_helper_atomic_inc_return_release(atomic_t * v) rust_helper_atomic_inc_return_release() argument 176 rust_helper_atomic_inc_return_relaxed(atomic_t * v) rust_helper_atomic_inc_return_relaxed() argument 182 rust_helper_atomic_fetch_inc(atomic_t * v) rust_helper_atomic_fetch_inc() argument 188 rust_helper_atomic_fetch_inc_acquire(atomic_t * v) rust_helper_atomic_fetch_inc_acquire() argument 194 rust_helper_atomic_fetch_inc_release(atomic_t * v) rust_helper_atomic_fetch_inc_release() argument 200 rust_helper_atomic_fetch_inc_relaxed(atomic_t * v) rust_helper_atomic_fetch_inc_relaxed() argument 206 rust_helper_atomic_dec(atomic_t * v) rust_helper_atomic_dec() argument 212 rust_helper_atomic_dec_return(atomic_t * v) rust_helper_atomic_dec_return() argument 218 rust_helper_atomic_dec_return_acquire(atomic_t * v) rust_helper_atomic_dec_return_acquire() argument 224 rust_helper_atomic_dec_return_release(atomic_t * v) rust_helper_atomic_dec_return_release() argument 230 rust_helper_atomic_dec_return_relaxed(atomic_t * v) rust_helper_atomic_dec_return_relaxed() argument 236 rust_helper_atomic_fetch_dec(atomic_t * v) rust_helper_atomic_fetch_dec() argument 242 rust_helper_atomic_fetch_dec_acquire(atomic_t * v) rust_helper_atomic_fetch_dec_acquire() argument 248 rust_helper_atomic_fetch_dec_release(atomic_t * v) rust_helper_atomic_fetch_dec_release() argument 254 rust_helper_atomic_fetch_dec_relaxed(atomic_t * v) rust_helper_atomic_fetch_dec_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 380 rust_helper_atomic_xchg(atomic_t * v,int new) rust_helper_atomic_xchg() argument 386 rust_helper_atomic_xchg_acquire(atomic_t * v,int new) rust_helper_atomic_xchg_acquire() argument 392 rust_helper_atomic_xchg_release(atomic_t * v,int new) rust_helper_atomic_xchg_release() argument 398 rust_helper_atomic_xchg_relaxed(atomic_t * v,int new) rust_helper_atomic_xchg_relaxed() argument 404 rust_helper_atomic_cmpxchg(atomic_t * v,int old,int new) rust_helper_atomic_cmpxchg() argument 410 rust_helper_atomic_cmpxchg_acquire(atomic_t * v,int old,int new) rust_helper_atomic_cmpxchg_acquire() argument 416 rust_helper_atomic_cmpxchg_release(atomic_t * v,int old,int new) rust_helper_atomic_cmpxchg_release() argument 422 rust_helper_atomic_cmpxchg_relaxed(atomic_t * v,int old,int new) rust_helper_atomic_cmpxchg_relaxed() argument 428 rust_helper_atomic_try_cmpxchg(atomic_t * v,int * old,int new) rust_helper_atomic_try_cmpxchg() argument 434 rust_helper_atomic_try_cmpxchg_acquire(atomic_t * v,int * old,int new) rust_helper_atomic_try_cmpxchg_acquire() argument 440 rust_helper_atomic_try_cmpxchg_release(atomic_t * v,int * old,int new) rust_helper_atomic_try_cmpxchg_release() argument 446 rust_helper_atomic_try_cmpxchg_relaxed(atomic_t * v,int * old,int new) rust_helper_atomic_try_cmpxchg_relaxed() argument 452 rust_helper_atomic_sub_and_test(int i,atomic_t * v) rust_helper_atomic_sub_and_test() argument 458 rust_helper_atomic_dec_and_test(atomic_t * v) rust_helper_atomic_dec_and_test() argument 464 rust_helper_atomic_inc_and_test(atomic_t * v) rust_helper_atomic_inc_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 494 rust_helper_atomic_fetch_add_unless(atomic_t * v,int a,int u) rust_helper_atomic_fetch_add_unless() argument 500 rust_helper_atomic_add_unless(atomic_t * v,int a,int u) rust_helper_atomic_add_unless() argument 506 rust_helper_atomic_inc_not_zero(atomic_t * v) rust_helper_atomic_inc_not_zero() argument 512 rust_helper_atomic_inc_unless_negative(atomic_t * v) rust_helper_atomic_inc_unless_negative() argument 518 rust_helper_atomic_dec_unless_positive(atomic_t * v) rust_helper_atomic_dec_unless_positive() argument 524 rust_helper_atomic_dec_if_positive(atomic_t * v) rust_helper_atomic_dec_if_positive() argument 530 rust_helper_atomic64_read(const atomic64_t * v) rust_helper_atomic64_read() argument 536 rust_helper_atomic64_read_acquire(const atomic64_t * v) rust_helper_atomic64_read_acquire() 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 662 rust_helper_atomic64_inc(atomic64_t * v) rust_helper_atomic64_inc() argument 668 rust_helper_atomic64_inc_return(atomic64_t * v) rust_helper_atomic64_inc_return() argument 674 rust_helper_atomic64_inc_return_acquire(atomic64_t * v) rust_helper_atomic64_inc_return_acquire() argument 680 rust_helper_atomic64_inc_return_release(atomic64_t * v) rust_helper_atomic64_inc_return_release() argument 686 rust_helper_atomic64_inc_return_relaxed(atomic64_t * v) rust_helper_atomic64_inc_return_relaxed() argument 692 rust_helper_atomic64_fetch_inc(atomic64_t * v) rust_helper_atomic64_fetch_inc() argument 698 rust_helper_atomic64_fetch_inc_acquire(atomic64_t * v) rust_helper_atomic64_fetch_inc_acquire() argument 704 rust_helper_atomic64_fetch_inc_release(atomic64_t * v) rust_helper_atomic64_fetch_inc_release() argument 710 rust_helper_atomic64_fetch_inc_relaxed(atomic64_t * v) rust_helper_atomic64_fetch_inc_relaxed() argument 716 rust_helper_atomic64_dec(atomic64_t * v) rust_helper_atomic64_dec() argument 722 rust_helper_atomic64_dec_return(atomic64_t * v) rust_helper_atomic64_dec_return() argument 728 rust_helper_atomic64_dec_return_acquire(atomic64_t * v) rust_helper_atomic64_dec_return_acquire() argument 734 rust_helper_atomic64_dec_return_release(atomic64_t * v) rust_helper_atomic64_dec_return_release() argument 740 rust_helper_atomic64_dec_return_relaxed(atomic64_t * v) rust_helper_atomic64_dec_return_relaxed() argument 746 rust_helper_atomic64_fetch_dec(atomic64_t * v) rust_helper_atomic64_fetch_dec() argument 752 rust_helper_atomic64_fetch_dec_acquire(atomic64_t * v) rust_helper_atomic64_fetch_dec_acquire() argument 758 rust_helper_atomic64_fetch_dec_release(atomic64_t * v) rust_helper_atomic64_fetch_dec_release() argument 764 rust_helper_atomic64_fetch_dec_relaxed(atomic64_t * v) rust_helper_atomic64_fetch_dec_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 890 rust_helper_atomic64_xchg(atomic64_t * v,s64 new) rust_helper_atomic64_xchg() argument 896 rust_helper_atomic64_xchg_acquire(atomic64_t * v,s64 new) rust_helper_atomic64_xchg_acquire() argument 902 rust_helper_atomic64_xchg_release(atomic64_t * v,s64 new) rust_helper_atomic64_xchg_release() argument 908 rust_helper_atomic64_xchg_relaxed(atomic64_t * v,s64 new) rust_helper_atomic64_xchg_relaxed() argument 914 rust_helper_atomic64_cmpxchg(atomic64_t * v,s64 old,s64 new) rust_helper_atomic64_cmpxchg() argument 920 rust_helper_atomic64_cmpxchg_acquire(atomic64_t * v,s64 old,s64 new) rust_helper_atomic64_cmpxchg_acquire() argument 926 rust_helper_atomic64_cmpxchg_release(atomic64_t * v,s64 old,s64 new) rust_helper_atomic64_cmpxchg_release() argument 932 rust_helper_atomic64_cmpxchg_relaxed(atomic64_t * v,s64 old,s64 new) rust_helper_atomic64_cmpxchg_relaxed() argument 938 rust_helper_atomic64_try_cmpxchg(atomic64_t * v,s64 * old,s64 new) rust_helper_atomic64_try_cmpxchg() argument 944 rust_helper_atomic64_try_cmpxchg_acquire(atomic64_t * v,s64 * old,s64 new) rust_helper_atomic64_try_cmpxchg_acquire() argument 950 rust_helper_atomic64_try_cmpxchg_release(atomic64_t * v,s64 * old,s64 new) rust_helper_atomic64_try_cmpxchg_release() argument 956 rust_helper_atomic64_try_cmpxchg_relaxed(atomic64_t * v,s64 * old,s64 new) rust_helper_atomic64_try_cmpxchg_relaxed() argument 962 rust_helper_atomic64_sub_and_test(s64 i,atomic64_t * v) rust_helper_atomic64_sub_and_test() argument 968 rust_helper_atomic64_dec_and_test(atomic64_t * v) rust_helper_atomic64_dec_and_test() argument 974 rust_helper_atomic64_inc_and_test(atomic64_t * v) rust_helper_atomic64_inc_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 1004 rust_helper_atomic64_fetch_add_unless(atomic64_t * v,s64 a,s64 u) rust_helper_atomic64_fetch_add_unless() argument 1010 rust_helper_atomic64_add_unless(atomic64_t * v,s64 a,s64 u) rust_helper_atomic64_add_unless() argument 1016 rust_helper_atomic64_inc_not_zero(atomic64_t * v) rust_helper_atomic64_inc_not_zero() argument 1022 rust_helper_atomic64_inc_unless_negative(atomic64_t * v) rust_helper_atomic64_inc_unless_negative() argument 1028 rust_helper_atomic64_dec_unless_positive(atomic64_t * v) rust_helper_atomic64_dec_unless_positive() argument 1034 rust_helper_atomic64_dec_if_positive(atomic64_t * v) rust_helper_atomic64_dec_if_positive() argument [all...] |