Home
last modified time | relevance | path

Searched refs:log_async_safe (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/unwinding/libunwindstack/
H A DThreadUnwinder.cpp42 log_async_safe("pid %d, tid %d: Received a spurious thread signal\n", getpid(), in SignalLogOnly()
68 log_async_safe("Timed out waiting for unwind thread to indicate it completed."); in SignalHandler()
95 log_async_safe("sigaction failed: %s", strerror(errno)); in SendSignalToThread()
140 log_async_safe("Timed out waiting for signal handler to get ucontext data."); in SendSignalToThread()
176 log_async_safe("Timed out waiting for signal handler to indicate it finished."); in UnwindWithSignal()
H A DLog.cpp61 void log_async_safe(const char* format, ...) { in log_async_safe() function
73 void log_async_safe(const char*, ...) {} in log_async_safe() function
H A DThreadEntry.cpp83 log_async_safe("pthread_cond_timedwait for value %d failed", type); in Wait()
H A DMemory.cpp534 log_async_safe("Failed to create pthread key."); in MemoryThreadCache()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DLog.h26 void log_async_safe(const char* format, ...);