Lines Matching defs:tstate
364 PyThreadState *tstate = _PyThreadState_Swap(gilstate, NULL); in _PyInterpreterState_DeleteExceptMain() local
401 PyThreadState *tstate = _PyThreadState_GET(); in _PyInterpreterState_Get() local
503 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _PyInterpreterState_IDDecref() local
557 PyThreadState *tstate = (PyThreadState *)PyMem_RawMalloc(sizeof(PyThreadState)); in new_threadstate() local
639 _PyThreadState_Init(_PyRuntimeState *runtime, PyThreadState *tstate) in _PyThreadState_Init()
762 PyThreadState_Clear(PyThreadState *tstate) in PyThreadState_Clear()
803 tstate_delete_common(_PyRuntimeState *runtime, PyThreadState *tstate) in tstate_delete_common()
828 _PyThreadState_Delete(_PyRuntimeState *runtime, PyThreadState *tstate) in _PyThreadState_Delete()
844 PyThreadState_Delete(PyThreadState *tstate) in PyThreadState_Delete()
854 PyThreadState *tstate = _PyRuntimeGILState_GetThreadState(gilstate); in _PyThreadState_DeleteCurrent() local
883 _PyThreadState_DeleteExcept(_PyRuntimeState *runtime, PyThreadState *tstate) in _PyThreadState_DeleteExcept()
922 PyThreadState *tstate = _PyThreadState_GET(); in PyThreadState_Get() local
970 PyThreadState *tstate = _PyThreadState_GET(); in PyThreadState_GetDict() local
1054 PyThreadState_Next(PyThreadState *tstate) { in PyThreadState_Next()
1122 PyThreadState_IsCurrent(PyThreadState *tstate) in PyThreadState_IsCurrent()
1135 PyInterpreterState *interp, PyThreadState *tstate) in _PyGILState_Init()
1175 PyThreadState *tstate = _PyGILState_GetThisThreadState(gilstate); in _PyGILState_Reinit() local
1197 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState()
1256 PyThreadState *tstate = _PyRuntimeGILState_GetThreadState(gilstate); in PyGILState_Check() local
1468 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _call_in_interpreter() local