Searched refs:GlobalStackUnwinder (Results 1 – 1 of 1) sorted by relevance
126 class GlobalStackUnwinder { class128 static GlobalStackUnwinder& Get() { in Get()129 static GlobalStackUnwinder* const instance = new GlobalStackUnwinder(); in Get()137 GlobalStackUnwinder() { current_output_state_.store(nullptr); } in GlobalStackUnwinder() function in webrtc::__anon140087c90111::GlobalStackUnwinder151 GlobalStackUnwinder::current_output_state_;154 void GlobalStackUnwinder::SignalHandler(int signum, in SignalHandler()171 const char* GlobalStackUnwinder::CaptureRawStacktrace( in CaptureRawStacktrace()245 GlobalStackUnwinder::Get().CaptureRawStacktrace(getpid(), tid, ¶ms); in GetStackTrace()