Home
last modified time | relevance | path

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

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