Searched refs:AsyncSafe (Results 1 – 6 of 6) sorted by relevance
/system/unwinding/libunwindstack/ |
D | LogAndroid.cpp | 70 void AsyncSafe(const char* format, ...) { in AsyncSafe() function 77 void AsyncSafe(const char* format, ...) { in AsyncSafe() function
|
D | ThreadUnwinder.cpp | 42 Log::AsyncSafe("pid %d, tid %d: Received a spurious thread signal\n", getpid(), in SignalLogOnly() 97 Log::AsyncSafe("sigaction failed: %s", strerror(errno)); in SendSignalToThread()
|
D | LogStdout.cpp | 64 void AsyncSafe(const char* format, ...) { in AsyncSafe() function
|
D | ThreadEntry.cpp | 94 Log::AsyncSafe("Timeout waiting for %s", GetWaitTypeName(type)); in Wait()
|
D | Memory.cpp | 538 Log::AsyncSafe("Failed to create pthread key."); in MemoryThreadCache()
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | Log.h | 33 void AsyncSafe(const char* format, ...) __printflike(1, 2);
|