Lines Matching defs:tstate
199 PyThreadState *tstate = _PyThreadState_GET(); in PyInterpreterState_New() local
283 PyThreadState *tstate = _PyThreadState_GET(); in PyInterpreterState_Clear() local
325 PyThreadState *tstate; in zapthreads() local
386 PyThreadState *tstate = _PyThreadState_Swap(gilstate, NULL); in _PyInterpreterState_DeleteExceptMain() local
423 PyThreadState *tstate = _PyThreadState_GET(); in PyInterpreterState_Get() local
523 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _PyInterpreterState_IDDecref() local
570 PyThreadState *tstate = (PyThreadState *)PyMem_RawMalloc(sizeof(PyThreadState)); in new_threadstate() local
647 _PyThreadState_Init(PyThreadState *tstate) in _PyThreadState_Init()
672 _PyState_AddModule(PyThreadState *tstate, PyObject* module, struct PyModuleDef* def) in _PyState_AddModule()
712 PyThreadState *tstate = _PyThreadState_GET(); in PyState_AddModule() local
728 PyThreadState *tstate = _PyThreadState_GET(); in PyState_RemoveModule() local
783 PyThreadState_Clear(PyThreadState *tstate) in PyThreadState_Clear()
836 tstate_delete_common(PyThreadState *tstate, in tstate_delete_common()
867 _PyThreadState_Delete(PyThreadState *tstate, int check_current) in _PyThreadState_Delete()
881 PyThreadState_Delete(PyThreadState *tstate) in PyThreadState_Delete()
888 _PyThreadState_DeleteCurrent(PyThreadState *tstate) in _PyThreadState_DeleteCurrent()
902 PyThreadState *tstate = _PyRuntimeGILState_GetThreadState(gilstate); in PyThreadState_DeleteCurrent() local
915 _PyThreadState_DeleteExcept(_PyRuntimeState *runtime, PyThreadState *tstate) in _PyThreadState_DeleteExcept()
959 PyThreadState *tstate = _PyThreadState_GET(); in PyThreadState_Get() local
1003 _PyThreadState_GetDict(PyThreadState *tstate) in _PyThreadState_GetDict()
1019 PyThreadState *tstate = _PyThreadState_GET(); in PyThreadState_GetDict() local
1028 PyThreadState_GetInterpreter(PyThreadState *tstate) in PyThreadState_GetInterpreter()
1036 PyThreadState_GetFrame(PyThreadState *tstate) in PyThreadState_GetFrame()
1046 PyThreadState_GetID(PyThreadState *tstate) in PyThreadState_GetID()
1074 for (PyThreadState *tstate = interp->tstate_head; tstate != NULL; tstate = tstate->next) { in PyThreadState_SetAsyncExc() local
1126 PyThreadState_Next(PyThreadState *tstate) { in PyThreadState_Next()
1138 PyThreadState *tstate = _PyThreadState_GET(); in _PyThread_CurrentFrames() local
1196 PyThreadState_IsCurrent(PyThreadState *tstate) in PyThreadState_IsCurrent()
1208 _PyGILState_Init(PyThreadState *tstate) in _PyGILState_Init()
1240 _PyGILState_Fini(PyThreadState *tstate) in _PyGILState_Fini()
1255 PyThreadState *tstate = _PyGILState_GetThisThreadState(gilstate); in _PyGILState_Reinit() local
1277 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState()
1335 PyThreadState *tstate = _PyRuntimeGILState_GetThreadState(gilstate); in PyGILState_Check() local
1395 PyThreadState *tstate = PyThread_tss_get(&runtime->gilstate.autoTSSkey); in PyGILState_Release() local
1467 _check_xidata(PyThreadState *tstate, _PyCrossInterpreterData *data) in _check_xidata()
1492 PyThreadState *tstate = PyThreadState_Get(); in _PyObject_GetCrossInterpreterData() local
1544 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _call_in_interpreter() local
1824 PyThreadState *tstate = _PyThreadState_GET(); in _Py_GetConfig() local