reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 1080          PyThreadState *save;
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 1043     PyThreadState *state = PyThreadState_GET();
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
  271   PyThreadState *GetThreadState() { return m_command_thread_state; }
  273   void SetThreadState(PyThreadState *s) {
  405   PyThreadState *m_command_thread_state;
usr/include/python2.7/pystate.h
  112 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
  120 PyAPI_FUNC(PyThreadState *) PyThreadState_Swap(PyThreadState *);
  192 typedef struct _frame *(*PyThreadFrameGetter)(PyThreadState *self_);