Lines Matching defs:tstate
209 PyThreadState *tstate = _PyThreadState_GET(); in PyInterpreterState_New() local
288 interpreter_clear(PyInterpreterState *interp, PyThreadState *tstate) in interpreter_clear()
359 _PyInterpreterState_Clear(PyThreadState *tstate) in _PyInterpreterState_Clear()
368 PyThreadState *tstate; in zapthreads() local
430 PyThreadState *tstate = _PyThreadState_Swap(gilstate, NULL); in _PyInterpreterState_DeleteExceptMain() local
469 PyThreadState *tstate = _PyThreadState_GET(); in PyInterpreterState_Get() local
570 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _PyInterpreterState_IDDecref() local
617 PyThreadState *tstate = (PyThreadState *)PyMem_RawMalloc(sizeof(PyThreadState)); in new_threadstate() local
694 _PyThreadState_Init(PyThreadState *tstate) in _PyThreadState_Init()
719 _PyState_AddModule(PyThreadState *tstate, PyObject* module, struct PyModuleDef* def) in _PyState_AddModule()
759 PyThreadState *tstate = _PyThreadState_GET(); in PyState_AddModule() local
775 PyThreadState *tstate = _PyThreadState_GET(); in PyState_RemoveModule() local
830 PyThreadState_Clear(PyThreadState *tstate) in PyThreadState_Clear()
883 tstate_delete_common(PyThreadState *tstate, in tstate_delete_common()
914 _PyThreadState_Delete(PyThreadState *tstate, int check_current) in _PyThreadState_Delete()
928 PyThreadState_Delete(PyThreadState *tstate) in PyThreadState_Delete()
935 _PyThreadState_DeleteCurrent(PyThreadState *tstate) in _PyThreadState_DeleteCurrent()
949 PyThreadState *tstate = _PyRuntimeGILState_GetThreadState(gilstate); in PyThreadState_DeleteCurrent() local
962 _PyThreadState_DeleteExcept(_PyRuntimeState *runtime, PyThreadState *tstate) in _PyThreadState_DeleteExcept()
1014 PyThreadState *tstate = _PyThreadState_GET(); in PyThreadState_Get() local
1065 _PyThreadState_GetDict(PyThreadState *tstate) in _PyThreadState_GetDict()
1081 PyThreadState *tstate = _PyThreadState_GET(); in PyThreadState_GetDict() local
1090 PyThreadState_GetInterpreter(PyThreadState *tstate) in PyThreadState_GetInterpreter()
1098 PyThreadState_GetFrame(PyThreadState *tstate) in PyThreadState_GetFrame()
1108 PyThreadState_GetID(PyThreadState *tstate) in PyThreadState_GetID()
1136 for (PyThreadState *tstate = interp->tstate_head; tstate != NULL; tstate = tstate->next) { in PyThreadState_SetAsyncExc() local
1188 PyThreadState_Next(PyThreadState *tstate) { in PyThreadState_Next()
1200 PyThreadState *tstate = _PyThreadState_GET(); in _PyThread_CurrentFrames() local
1250 PyThreadState *tstate = _PyThreadState_GET(); in _PyThread_CurrentExceptions() local
1321 PyThreadState_IsCurrent(PyThreadState *tstate) in PyThreadState_IsCurrent()
1347 _PyGILState_SetTstate(PyThreadState *tstate) in _PyGILState_SetTstate()
1392 PyThreadState *tstate = _PyGILState_GetThisThreadState(gilstate); in _PyGILState_Reinit() local
1416 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState()
1474 PyThreadState *tstate = _PyRuntimeGILState_GetThreadState(gilstate); in PyGILState_Check() local
1536 PyThreadState *tstate = PyThread_tss_get(&runtime->gilstate.autoTSSkey); in PyGILState_Release() local
1608 _check_xidata(PyThreadState *tstate, _PyCrossInterpreterData *data) in _check_xidata()
1633 PyThreadState *tstate = PyThreadState_Get(); in _PyObject_GetCrossInterpreterData() local
1685 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _call_in_interpreter() local
1971 PyThreadState *tstate = _PyThreadState_GET(); in _Py_GetConfig() local