Home
last modified time | relevance | path

Searched defs:CompareAndExchange (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_array.h345 …std::pair<bool, ClassType> CompareAndExchange(uint32_t index, uint32_t byteOffset, ClassType oldVa… in CompareAndExchange() function
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Darray-inl.h190 …able_if_t<std::is_arithmetic_v<T> || is_object_v<T>, std::pair<bool, T>> Array::CompareAndExchange( in CompareAndExchange() function