Home
last modified time | relevance | path

Searched defs:ATOMIC (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_bitset.h29 enum class AccessType { ATOMIC, NON_ATOMIC }; member in panda::ecmascript::AccessType
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dfmutex.h28 #define ATOMIC(type) _Atomic type macro
51 #define ATOMIC(type) std::atomic<type> // NOLINT(cppcoreguidelines-macro-usage) macro
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dfmutex.h26 #define ATOMIC(type) _Atomic type macro
50 #define ATOMIC(type) std::atomic<type> // NOLINT(cppcoreguidelines-macro-usage) macro

Completed in 2 milliseconds