Searched defs:ATOMIC_STORE (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
H A D | fmutex.h | 30 #define ATOMIC_STORE(addr, val, mem) atomic_store_explicit(addr, val, mem) macro 53 #define ATOMIC_STORE(addr, val, mem) (addr)->store(val, std::mem) // NOLINT(cppcoreguidelines-macro-usage) macro
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/ |
H A D | fmutex.h | 28 #define ATOMIC_STORE(addr, val, mem) atomic_store_explicit(addr, val, mem) macro 53 #define ATOMIC_STORE(addr, val, mem) (addr)->store(val, std::mem) // NOLINT(cppcoreguidelines-macro-usage) macro
|
Completed in 2 milliseconds