Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c180 #define LOCK_FREE_ACTION(type) return true; in __atomic_is_lock_free_c() macro
189 #define LOCK_FREE_ACTION(type) \ in __atomic_load_c() macro
203 #define LOCK_FREE_ACTION(type) \ in __atomic_store_c() macro
221 #define LOCK_FREE_ACTION(type) \ in __atomic_compare_exchange_c() macro
242 #define LOCK_FREE_ACTION(type) \ in __atomic_exchange_c() macro