Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dfmutex.cpp24 #define HELPERS_TO_UNSIGNED(m) m macro
30 #define HELPERS_TO_UNSIGNED(m) helpers::ToUnsigned(m) // NOLINT(cppcoreguidelines-macro-usage) macro
[all...]
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dfmutex.cpp22 #define HELPERS_TO_UNSIGNED(m) m macro
29 #define HELPERS_TO_UNSIGNED(m) ark::helpers::ToUnsigned(m) // NOLINT(cppcoreguidelines-macro-usage) macro
[all...]

Completed in 2 milliseconds