• Home
  • Raw
  • Download

Lines Matching defs:tstate

40 _PyErr_Restore(PyThreadState *tstate, PyObject *type, PyObject *value,  in _PyErr_Restore()
70 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_Restore() local
76 _PyErr_GetTopmostException(PyThreadState *tstate) in _PyErr_GetTopmostException()
102 _PyErr_SetObject(PyThreadState *tstate, PyObject *exception, PyObject *value) in _PyErr_SetObject()
168 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetObject() local
178 PyThreadState *tstate = _PyThreadState_GET(); in _PyErr_SetKeyError() local
189 _PyErr_SetNone(PyThreadState *tstate, PyObject *exception) in _PyErr_SetNone()
198 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetNone() local
204 _PyErr_SetString(PyThreadState *tstate, PyObject *exception, in _PyErr_SetString()
215 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetString() local
226 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_Occurred() local
264 _PyErr_ExceptionMatches(PyThreadState *tstate, PyObject *exc) in _PyErr_ExceptionMatches()
273 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_ExceptionMatches() local
289 _PyErr_NormalizeException(PyThreadState *tstate, PyObject **exc, in _PyErr_NormalizeException()
395 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_NormalizeException() local
401 _PyErr_Fetch(PyThreadState *tstate, PyObject **p_type, PyObject **p_value, in _PyErr_Fetch()
417 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_Fetch() local
423 _PyErr_Clear(PyThreadState *tstate) in _PyErr_Clear()
432 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_Clear() local
438 _PyErr_GetExcInfo(PyThreadState *tstate, in _PyErr_GetExcInfo()
455 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_GetExcInfo() local
463 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetExcInfo() local
489 PyThreadState *tstate = _PyThreadState_GET(); in _PyErr_ChainExceptions() local
528 PyThreadState *tstate = _PyThreadState_GET(); in _PyErr_ChainStackItem() local
574 _PyErr_FormatVFromCause(PyThreadState *tstate, PyObject *exception, in _PyErr_FormatVFromCause()
602 _PyErr_FormatFromCauseTstate(PyThreadState *tstate, PyObject *exception, in _PyErr_FormatFromCauseTstate()
619 PyThreadState *tstate = _PyThreadState_GET(); in _PyErr_FormatFromCause() local
636 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_BadArgument() local
643 _PyErr_NoMemory(PyThreadState *tstate) in _PyErr_NoMemory()
658 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_NoMemory() local
671 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetFromErrnoWithFilenameObjects() local
810 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetExcFromWindowsErrWithFilenameObjects() local
941 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetImportErrorSubclass() local
999 PyThreadState *tstate = _PyThreadState_GET(); in _PyErr_BadInternalCall() local
1012 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_BadInternalCall() local
1020 _PyErr_FormatV(PyThreadState *tstate, PyObject *exception, in _PyErr_FormatV()
1040 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_FormatV() local
1046 _PyErr_Format(PyThreadState *tstate, PyObject *exception, in _PyErr_Format()
1064 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_Format() local
1080 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_NewException() local
1206 make_unraisable_hook_args(PyThreadState *tstate, PyObject *exc_type, in make_unraisable_hook_args()
1248 write_unraisable_exc_file(PyThreadState *tstate, PyObject *exc_type, in write_unraisable_exc_file()
1368 write_unraisable_exc(PyThreadState *tstate, PyObject *exc_type, in write_unraisable_exc()
1391 PyThreadState *tstate = _PyThreadState_GET(); in _PyErr_WriteUnraisableDefaultHook() local
1428 PyThreadState *tstate = _PyThreadState_GET(); in _PyErr_WriteUnraisableMsg() local
1559 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SyntaxLocationObject() local
1625 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SyntaxLocationEx() local
1647 err_programtext(PyThreadState *tstate, FILE *fp, int lineno) in err_programtext()
1690 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_ProgramText() local
1702 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_ProgramTextObject() local