Home
last modified time | relevance | path

Searched refs:ERROR_THREAD_TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DError.h41 ERROR_THREAD_TIMEOUT, // Timeout trying to unwind a local thread. enumerator
70 case ERROR_THREAD_TIMEOUT: in GetErrorCodeString()
/system/extras/simpleperf/
DOfflineUnwinder.h40 ERROR_THREAD_TIMEOUT, // Timeout trying to unwind a local thread. enumerator
DOfflineUnwinder.cpp70 CHECK_ERROR_CODE(ERROR_THREAD_TIMEOUT);
Dcmd_report_sample.cpp753 case UnwindStackErrorCode::ERROR_THREAD_TIMEOUT: in AddUnwindingResultInProtobuf()
/system/unwinding/libunwindstack/
DThreadUnwinder.cpp141 last_error_.code = ERROR_THREAD_TIMEOUT; in SendSignalToThread()
/system/unwinding/libunwindstack/tests/
DUnwindTest.cpp586 if (thread_unwinder.LastErrorCode() != ERROR_THREAD_TIMEOUT) { in CreateUnwindThread()