Searched refs:__atomic_compare_exchange_c (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | atomic_test.c | 52 int __atomic_compare_exchange_c(int size, void *ptr, void *expected, 332 if (!__atomic_compare_exchange_c(n, dst, exp, data, m_succ, m_fail)) in test_compare_exchanges() 336 if (__atomic_compare_exchange_c(n, dst, exp, data, m_succ, m_fail)) in test_compare_exchanges() 346 if (!__atomic_compare_exchange_c(n, dst + 1, exp + 1, data + 1, in test_compare_exchanges() 351 if (__atomic_compare_exchange_c(n, dst + 1, exp + 1, data + 1, m_succ, in test_compare_exchanges()
|
/external/compiler-rt/lib/builtins/ |
D | atomic.c | 38 #pragma redefine_extname __atomic_compare_exchange_c SYMBOL_NAME(__atomic_compare_exchange) 193 int __atomic_compare_exchange_c(int size, void *ptr, void *expected, in __atomic_compare_exchange_c() function
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | atomic.c | 37 #pragma redefine_extname __atomic_compare_exchange_c SYMBOL_NAME( \ 193 int __atomic_compare_exchange_c(int size, void *ptr, void *expected, in __atomic_compare_exchange_c() function
|