Searched refs:CMPSET (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/lib/libcompiler_rt/
H A D__sync_lock_test_and_set_4.c4 #define CMPSET atomic_cmpset_32 macro
H A D__sync_lock_test_and_set_8.c4 #define CMPSET atomic_cmpset_64 macro
H A D__sync_val_compare_and_swap_4.c4 #define CMPSET atomic_cmpset_32 macro
H A D__sync_val_compare_and_swap_8.c4 #define CMPSET atomic_cmpset_64 macro
H A D__sync_fetch_and_and_4.c4 #define CMPSET atomic_cmpset_32 macro
H A D__sync_fetch_and_and_8.c4 #define CMPSET atomic_cmpset_64 macro
H A D__sync_fetch_and_or_4.c4 #define CMPSET atomic_cmpset_32 macro
H A D__sync_fetch_and_or_8.c4 #define CMPSET atomic_cmpset_64 macro
H A D__sync_fetch_and_xor_4.c4 #define CMPSET atomic_cmpset_32 macro
H A D__sync_fetch_and_xor_8.c4 #define CMPSET atomic_cmpset_64 macro
H A D__sync_fetch_and_op_n.h43 } while (!CMPSET(ptr, t, EXPRESSION));
H A D__sync_val_compare_and_swap_n.h38 while (!CMPSET(ptr, oldval, newval)) {

Completed in 97 milliseconds