Lines Matching refs:PyInterpreterState
788 .. c:type:: PyInterpreterState
804 data member is :c:type:`PyInterpreterState \*`:attr:`interp`, which points to
981 .. c:function:: PyInterpreterState* PyInterpreterState_New()
988 .. c:function:: void PyInterpreterState_Clear(PyInterpreterState *interp)
994 .. c:function:: void PyInterpreterState_Delete(PyInterpreterState *interp)
1001 .. c:function:: PyThreadState* PyThreadState_New(PyInterpreterState *interp)
1021 .. c:function:: PY_INT64_T PyInterpreterState_GetID(PyInterpreterState *interp)
1380 .. c:function:: PyInterpreterState* PyInterpreterState_Head()
1385 .. c:function:: PyInterpreterState* PyInterpreterState_Next(PyInterpreterState *interp)
1391 .. c:function:: PyThreadState * PyInterpreterState_ThreadHead(PyInterpreterState *interp)
1400 objects belonging to the same :c:type:`PyInterpreterState` object.