Searched refs:LOG_MESSAGE (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
H A D | fmutex.cpp | 23 #define LOG_MESSAGE(l, m) macro 28 #define LOG_MESSAGE(l, m) LOG(l, COMMON) << (m) // NOLINT(cppcoreguidelines-macro-usage) macro 29 #define FAIL_WITH_MESSAGE(m) LOG_MESSAGE(FATAL, m) // NOLINT(cppcoreguidelines-macro-usage) 165 LOG_MESSAGE(WARNING, "Deadlock detected, ignoring Mutex"); in MutexDestroy()
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/ |
H A D | fmutex.cpp | 21 #define LOG_MESSAGE(l, m) macro 27 #define LOG_MESSAGE(l, m) LOG(l, COMMON) << (m) // NOLINT(cppcoreguidelines-macro-usage) macro 28 #define FAIL_WITH_MESSAGE(m) LOG_MESSAGE(FATAL, m) // NOLINT(cppcoreguidelines-macro-usage) 167 LOG_MESSAGE(WARNING, "Termination loop detected, ignoring Mutex"); in MutexDestroy() 352 LOG_MESSAGE(WARNING, "Termination loop detected, ignoring CondVar"); in ConditionVariableDestroy()
|
Completed in 2 milliseconds