Macros | |
| #define | PyThreadState_GET() |
| #define | _Py_EnsureTstateNotNULL(tstate) |
Functions | |
| static int | _Py_IsMainThread (void) |
| static int | _Py_IsMainInterpreter (PyThreadState *tstate) |
| static int | _Py_ThreadCanHandleSignals (PyInterpreterState *interp) |
| static int | _Py_ThreadCanHandlePendingCalls (void) |
| static PyThreadState * | _PyRuntimeState_GetThreadState (_PyRuntimeState *runtime) |
| static PyThreadState * | _PyThreadState_GET (void) |
| PyAPI_FUNC (void) _Py_NO_RETURN _Py_FatalError_TstateNULL(const char *func) | |
| static void | _Py_EnsureFuncTstateNotNULL (const char *func, PyThreadState *tstate) |
| static PyInterpreterState * | _PyInterpreterState_GET (void) |
| PyAPI_FUNC (PyThreadState *) _PyThreadState_Swap(struct _gilstate_runtime_state *gilstate | |
| PyAPI_FUNC (PyStatus) _PyInterpreterState_Enable(_PyRuntimeState *runtime) | |
| PyAPI_FUNC (int) _PyState_AddModule(PyThreadState *tstate | |
Variables | |
| PyThreadState * | tstate |
| PyThreadState * | newts |
| PyObject * | module |
| PyObject struct PyModuleDef * | def |
| #define PyThreadState_GET | ( | ) |
| #define _Py_EnsureTstateNotNULL | ( | tstate | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| PyAPI_FUNC | ( | void | ) | const |
|
static |
|
static |
| PyAPI_FUNC | ( | PyThreadState * | ) |
| PyAPI_FUNC | ( | PyStatus | ) |
| PyAPI_FUNC | ( | int | ) |
| PyThreadState* tstate |
| PyThreadState* newts |
| PyObject* module |
| PyObject struct PyModuleDef* def |