Home
last modified time | relevance | path

Searched refs:BACK_ASYNC_SAFE_LOGW (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/unwinding/libbacktrace/
H A DBacktraceAsyncSafeLog.h25 #define BACK_ASYNC_SAFE_LOGW(format, ...) \ macro
35 #define BACK_ASYNC_SAFE_LOGW(format, ...) macro
H A DBacktraceCurrent.cpp56 BACK_ASYNC_SAFE_LOGW("pointer %p not in a readable map", reinterpret_cast<void*>(ptr)); in ReadWord()
229 BACK_ASYNC_SAFE_LOGW("Timed out waiting for signal handler to indicate it finished."); in UnwindThread()
H A DThreadEntry.cpp109 BACK_ASYNC_SAFE_LOGW("pthread_cond_timedwait for value %d failed: %s", value, strerror(ret)); in Wait()