Macros | |
| #define | MAX_CO_EXTRA_USERS |
| #define | PyThreadState_GET() |
| #define | Py_CPYTHON_PYSTATE_H |
Typedefs | |
| typedef struct _ts | PyThreadState |
| typedef struct _is | PyInterpreterState |
Enumerations | |
| enum | PyGILState_STATE { PyGILState_LOCKED , PyGILState_UNLOCKED } |
Functions | |
| PyAPI_FUNC (PyInterpreterState *) PyInterpreterState_New(void) | |
| PyAPI_FUNC (void) PyInterpreterState_Clear(PyInterpreterState *) | |
| PyAPI_FUNC (PyObject *) PyInterpreterState_GetDict(PyInterpreterState *) | |
| PyAPI_FUNC (int64_t) PyInterpreterState_GetID(PyInterpreterState *) | |
| PyAPI_FUNC (int) PyState_AddModule(PyObject * | |
| PyAPI_FUNC (PyThreadState *) PyThreadState_New(PyInterpreterState *) | |
| PyAPI_FUNC (PyFrameObject *) PyThreadState_GetFrame(PyThreadState *tstate) | |
| PyAPI_FUNC (uint64_t) PyThreadState_GetID(PyThreadState *tstate) | |
| PyAPI_FUNC (PyGILState_STATE) PyGILState_Ensure(void) | |
| #define MAX_CO_EXTRA_USERS |
| #define PyThreadState_GET | ( | ) |
| #define Py_CPYTHON_PYSTATE_H |
| typedef struct _ts PyThreadState |
| typedef struct _is PyInterpreterState |
| enum PyGILState_STATE |
| PyAPI_FUNC | ( | PyInterpreterState * | ) |
| PyAPI_FUNC | ( | void | ) |
| PyAPI_FUNC | ( | PyObject * | ) |
| PyAPI_FUNC | ( | int64_t | ) |
| PyAPI_FUNC | ( | int | ) |
| PyAPI_FUNC | ( | PyThreadState * | ) |
| PyAPI_FUNC | ( | PyFrameObject * | ) |
| PyAPI_FUNC | ( | uint64_t | ) |
| PyAPI_FUNC | ( | PyGILState_STATE | ) |