Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Datomic.h23 ALWAYS_INLINE inline void AtomicStore(T *addr, T val, std::memory_order order) in AtomicStore() function
/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.cpp91 JSTaggedValue AtomicHelper::AtomicStore(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in AtomicStore() function in panda::ecmascript::base::AtomicHelper