Home
last modified time | relevance | path

Searched refs:_Py_DumpTracebackThreads (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/internal/
Dpycore_traceback.h58 PyAPI_FUNC(const char*) _Py_DumpTracebackThreads(
/third_party/python/Modules/
Dfaulthandler.c245 (void)_Py_DumpTracebackThreads(fd, NULL, tstate); in faulthandler_dump_traceback()
280 errmsg = _Py_DumpTracebackThreads(fd, NULL, tstate); in faulthandler_dump_traceback_py()
617 errmsg = _Py_DumpTracebackThreads(thread.fd, thread.interp, NULL); in faulthandler_thread()
/third_party/python/Python/
Dtraceback.c887 _Py_DumpTracebackThreads(int fd, PyInterpreterState *interp, in _Py_DumpTracebackThreads() function
Dpylifecycle.c2419 _Py_DumpTracebackThreads(fd, interp, tstate); in _Py_FatalError_DumpTracebacks()
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch9706 #include "pycore_traceback.h" // _Py_DumpTracebackThreads()