Lines Matching defs:tstate
339 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _PyInterpreterState_IDDecref() local
358 PyThreadState *tstate = (PyThreadState *)PyMem_RawMalloc(sizeof(PyThreadState)); in new_threadstate() local
440 _PyThreadState_Init(PyThreadState *tstate) in _PyThreadState_Init()
565 PyThreadState_Clear(PyThreadState *tstate) in PyThreadState_Clear()
605 tstate_delete_common(PyThreadState *tstate) in tstate_delete_common()
629 PyThreadState_Delete(PyThreadState *tstate) in PyThreadState_Delete()
645 PyThreadState *tstate = GET_TSTATE(); in PyThreadState_DeleteCurrent() local
668 _PyThreadState_DeleteExcept(PyThreadState *tstate) in _PyThreadState_DeleteExcept()
707 PyThreadState *tstate = GET_TSTATE(); in PyThreadState_Get() local
749 PyThreadState *tstate = GET_TSTATE(); in PyThreadState_GetDict() local
833 PyThreadState_Next(PyThreadState *tstate) { in PyThreadState_Next()
896 PyThreadState_IsCurrent(PyThreadState *tstate) in PyThreadState_IsCurrent()
953 PyThreadState *tstate = PyGILState_GetThisThreadState(); in _PyGILState_Reinit() local
974 _PyGILState_NoteThreadState(PyThreadState* tstate) in _PyGILState_NoteThreadState()
1018 PyThreadState *tstate; in PyGILState_Check() local