Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Datomic.c129 #define IS_LOCK_FREE_2 __c11_atomic_is_lock_free(2) macro
140 if (IS_LOCK_FREE_2) {\
234 OPTIMISED_CASE(2, IS_LOCK_FREE_2, uint16_t)\
/external/llvm-project/compiler-rt/lib/builtins/
Datomic.c128 #define IS_LOCK_FREE_2(p) ATOMIC_ALWAYS_LOCK_FREE_OR_ALIGNED_LOCK_FREE(2, p) macro
236 OPTIMISED_CASE(2, IS_LOCK_FREE_2, uint16_t) \
243 OPTIMISED_CASE(2, IS_LOCK_FREE_2, uint16_t) \