Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/native_api/stacktrace/
Dstacktrace.cc137 GlobalStackUnwinder() { current_output_state_.store(nullptr); } in GlobalStackUnwinder()
145 static std::atomic<SignalHandlerOutputState*> current_output_state_; member in webrtc::__anon140087c90111::GlobalStackUnwinder
151 GlobalStackUnwinder::current_output_state_; member in webrtc::__anon140087c90111::GlobalStackUnwinder
159 current_output_state_.load(); in SignalHandler()
188 current_output_state_.store(params); in CaptureRawStacktrace()