Home
last modified time | relevance | path

Searched refs:LOCK_FREE_ACTION (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c156 LOCK_FREE_ACTION(type); \
180 #define LOCK_FREE_ACTION(type) return true; in __atomic_is_lock_free_c() macro
182 #undef LOCK_FREE_ACTION in __atomic_is_lock_free_c()
189 #define LOCK_FREE_ACTION(type) \ in __atomic_load_c() macro
193 #undef LOCK_FREE_ACTION in __atomic_load_c()
203 #define LOCK_FREE_ACTION(type) \ in __atomic_store_c() macro
207 #undef LOCK_FREE_ACTION in __atomic_store_c()
221 #define LOCK_FREE_ACTION(type) \ in __atomic_compare_exchange_c() macro
226 #undef LOCK_FREE_ACTION in __atomic_compare_exchange_c()
242 #define LOCK_FREE_ACTION(type) \ in __atomic_exchange_c() macro
[all …]