Searched refs:CompareExchangeSeqCst (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/runtime/ |
H A D | runtime-atomics.cc | 29 inline T CompareExchangeSeqCst(T* p, T oldval, T newval) { function in namespace:v8::internal::__anon18712 103 inline type CompareExchangeSeqCst(type* p, type oldval, type newval) { \ 196 CompareExchangeSeqCst(static_cast<T*>(buffer) + index, oldval, newval); 271 uint8_t result = CompareExchangeSeqCst(static_cast<uint8_t*>(buffer) + index, 288 } while (CompareExchangeSeqCst(p, expected, result) != expected); \ 309 } while (CompareExchangeSeqCst(p, expected, result) != expected);
|
Completed in 438 milliseconds