Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dtraceback.h79 PyAPI_FUNC(const char*) _Py_DumpTracebackThreads(
/external/python/cpython3/Modules/
Dfaulthandler.c240 (void)_Py_DumpTracebackThreads(fd, NULL, tstate); in faulthandler_dump_traceback()
275 errmsg = _Py_DumpTracebackThreads(fd, NULL, tstate); in faulthandler_dump_traceback_py()
579 errmsg = _Py_DumpTracebackThreads(thread.fd, thread.interp, NULL); in faulthandler_thread()
/external/python/cpython3/Python/
Dtraceback.c847 _Py_DumpTracebackThreads(int fd, PyInterpreterState *interp, in _Py_DumpTracebackThreads() function
Dpylifecycle.c2009 _Py_DumpTracebackThreads(fd, NULL, NULL); in _Py_FatalError_DumpTracebacks()