Searched refs:__strong_reference (Results 1 – 1 of 1) sorted by relevance
/haiku/src/system/libroot/os/arch/arm/ |
H A D | stdatomic.c | 32 #define __strong_reference(sym,aliassym) \ macro 669 __strong_reference(__sync_lock_test_and_set_1_c, __sync_lock_test_and_set_1); 670 __strong_reference(__sync_lock_test_and_set_2_c, __sync_lock_test_and_set_2); 671 __strong_reference(__sync_lock_test_and_set_4_c, __sync_lock_test_and_set_4); 672 __strong_reference(__sync_val_compare_and_swap_1_c, __sync_val_compare_and_swap_1); 673 __strong_reference(__sync_val_compare_and_swap_2_c, __sync_val_compare_and_swap_2); 674 __strong_reference(__sync_val_compare_and_swap_4_c, __sync_val_compare_and_swap_4); 675 __strong_reference(__sync_fetch_and_add_1_c, __sync_fetch_and_add_1); 676 __strong_reference(__sync_fetch_and_add_2_c, __sync_fetch_and_add_2); 677 __strong_reference(__sync_fetch_and_and_1_c, __sync_fetch_and_and_1); [all …]
|