Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Datomic.c136 #define LOCK_FREE_CASES() \ macro
166 LOCK_FREE_CASES(); in __atomic_load_c()
180 LOCK_FREE_CASES(); in __atomic_store_c()
198 LOCK_FREE_CASES(); in __atomic_compare_exchange_c()
219 LOCK_FREE_CASES(); in __atomic_exchange_c()
/external/llvm-project/compiler-rt/lib/builtins/
Datomic.c147 #define LOCK_FREE_CASES(ptr) \ macro
166 LOCK_FREE_CASES(src); in __atomic_load_c()
180 LOCK_FREE_CASES(dest); in __atomic_store_c()
199 LOCK_FREE_CASES(ptr); in __atomic_compare_exchange_c()
220 LOCK_FREE_CASES(ptr); in __atomic_exchange_c()