Searched refs:python_support_ (Results 1 – 1 of 1) sorted by relevance
6 static std::atomic<CapturedTraceback::Python*> python_support_ = nullptr; variable14 auto p = python_support_.load(); in gather()183 CapturedTraceback::Python* old_unwinder = python_support_.load(); in addPythonUnwinder()186 } while (!python_support_.compare_exchange_strong(old_unwinder, p)); in addPythonUnwinder()