Searched refs:ERROR_THREAD_TIMEOUT (Results 1 – 6 of 6) sorted by relevance
41 ERROR_THREAD_TIMEOUT, // Timeout trying to unwind a local thread. enumerator70 case ERROR_THREAD_TIMEOUT: in GetErrorCodeString()
40 ERROR_THREAD_TIMEOUT, // Timeout trying to unwind a local thread. enumerator
70 CHECK_ERROR_CODE(ERROR_THREAD_TIMEOUT);
753 case UnwindStackErrorCode::ERROR_THREAD_TIMEOUT: in AddUnwindingResultInProtobuf()
141 last_error_.code = ERROR_THREAD_TIMEOUT; in SendSignalToThread()
586 if (thread_unwinder.LastErrorCode() != ERROR_THREAD_TIMEOUT) { in CreateUnwindThread()