Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.h28 #define ATOMIC(type) _Atomic type macro
51 #define ATOMIC(type) std::atomic<type> // NOLINT(cppcoreguideli… macro
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h28 enum class AccessType { ATOMIC, NON_ATOMIC }; enumerator