LLDB mainline
lldb_private::python::GIL Class Reference

#include <PythonDataObjects.h>

Public Member Functions

 GIL ()
 ~GIL ()

Protected Attributes

PyGILState_STATE m_state

Detailed Description

Definition at line 69 of file PythonDataObjects.h.

Constructor & Destructor Documentation

◆ GIL()

lldb_private::python::GIL::GIL ( )
inline

Definition at line 71 of file PythonDataObjects.h.

References m_state.

◆ ~GIL()

lldb_private::python::GIL::~GIL ( )
inline

Definition at line 75 of file PythonDataObjects.h.

References m_state.

Member Data Documentation

◆ m_state

PyGILState_STATE lldb_private::python::GIL::m_state
protected

Definition at line 78 of file PythonDataObjects.h.

Referenced by GIL(), and ~GIL().


The documentation for this class was generated from the following file: