Home
last modified time | relevance | path

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

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