Home
last modified time | relevance | path

Searched defs:ATOMIC_LOAD (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dfmutex.h31 #define ATOMIC_LOAD(addr, mem) atomic_load_explicit(addr, mem) macro
54 #define ATOMIC_LOAD(addr, mem) (addr)->load(std::mem) // NOLINT(cppcoreguidelines-macro-usage) macro
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dfmutex.h29 #define ATOMIC_LOAD(addr, mem) atomic_load_explicit(addr, mem) macro
55 #define ATOMIC_LOAD(addr, mem) (addr)->load(std::mem) // NOLINT(cppcoreguidelines-macro-usage) macro

Completed in 2 milliseconds