Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Datomic.c131 #define IS_LOCK_FREE_8 __c11_atomic_is_lock_free(8) macro
148 if (IS_LOCK_FREE_8) {\
236 OPTIMISED_CASE(8, IS_LOCK_FREE_8, uint64_t)\
/external/llvm-project/compiler-rt/lib/builtins/
Datomic.c130 #define IS_LOCK_FREE_8(p) ATOMIC_ALWAYS_LOCK_FREE_OR_ALIGNED_LOCK_FREE(8, p) macro
238 OPTIMISED_CASE(8, IS_LOCK_FREE_8, uint64_t) \
245 OPTIMISED_CASE(8, IS_LOCK_FREE_8, uint64_t)