Home
last modified time | relevance | path

Searched refs:FAIL_WITH_MESSAGE (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dfmutex.cpp20 #define FAIL_WITH_MESSAGE(m) \ macro
29 #define FAIL_WITH_MESSAGE(m) LOG_MESSAGE(FATAL, m) // NOLINT(cppcoreguidelines-macro-usage) macro
158 FAIL_WITH_MESSAGE("Mutex destruction failed; state_and_waiters_ is non zero!"); in MutexDestroy()
161 FAIL_WITH_MESSAGE("Mutex destruction failed; mutex has an owner!"); in MutexDestroy()
261 FAIL_WITH_MESSAGE("Trying to unlock mutex which is not held by current thread"); in MutexUnlock()
278 FAIL_WITH_MESSAGE("Mutex unlock got unexpected state, mutex is unlocked?"); in MutexUnlock()
313 FAIL_WITH_MESSAGE("Unlocking for thread which doesn't own this mutex"); in MutexUnlockForOther()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dfmutex.cpp20 #define FAIL_WITH_MESSAGE(m) ASSERT(0) macro
28 #define FAIL_WITH_MESSAGE(m) LOG_MESSAGE(FATAL, m) // NOLINT(cppcoreguidelines-macro-usage) macro
160 FAIL_WITH_MESSAGE("Mutex destruction failed; stateAndWaiters is non zero!"); in MutexDestroy()
163 FAIL_WITH_MESSAGE("Mutex destruction failed; mutex has an owner!"); in MutexDestroy()
268 FAIL_WITH_MESSAGE("Trying to unlock mutex which is not held by current thread"); in MutexUnlock()
285 FAIL_WITH_MESSAGE("Mutex unlock got unexpected state, mutex is unlocked?"); in MutexUnlock()
323 FAIL_WITH_MESSAGE("Unlocking for thread which doesn't own this mutex"); in MutexUnlockForOther()
348 FAIL_WITH_MESSAGE("CondVar destruction failed; waiters is non zero!"); in ConditionVariableDestroy()
386 FAIL_WITH_MESSAGE("CondVar Wait failed; provided mutex is not held by current thread"); in Wait()
395 FAIL_WITH_MESSAGE("CondVa in Wait()
[all...]

Completed in 2 milliseconds