Home
last modified time | relevance | path

Searched refs:all_threads (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Modules/
Dfaulthandler.c48 int all_threads; member
55 int all_threads; member
84 int all_threads; member
223 faulthandler_dump_traceback(int fd, int all_threads, in faulthandler_dump_traceback() argument
244 if (all_threads) { in faulthandler_dump_traceback()
261 int all_threads = 1; in faulthandler_dump_traceback_py() local
268 &file, &all_threads)) in faulthandler_dump_traceback_py()
279 if (all_threads) { in faulthandler_dump_traceback_py()
351 faulthandler_dump_traceback(fd, fatal_error.all_threads, in faulthandler_fatal_error()
427 faulthandler_dump_traceback(fd, fatal_error.all_threads, in faulthandler_exc_handler()
[all …]
/third_party/python/Doc/library/
Dfaulthandler.rst50 .. function:: dump_traceback(file=sys.stderr, all_threads=True)
52 Dump the tracebacks of all threads into *file*. If *all_threads* is
62 .. function:: enable(file=sys.stderr, all_threads=True)
66 signals to dump the Python traceback. If *all_threads* is ``True``,
81 if *all_threads* is true.
126 .. function:: register(signum, file=sys.stderr, all_threads=True, chain=False)
129 the traceback of all threads, or of the current thread if *all_threads* is
/third_party/python/Lib/test/
Dtest_faulthandler.py93 filename=None, all_threads=True, other_regex=None, argument
104 if all_threads:
355 all_threads=False)
687 def check_register(self, filename=False, all_threads=False, argument
745 all_threads=all_threads,
755 if all_threads:
785 self.check_register(all_threads=True)
/third_party/python/Lib/test/libregrtest/
Dsetup.py31 faulthandler.enable(all_threads=True, file=stderr_fd)
/third_party/elfutils/debuginfod/
Ddebuginfod.cxx4341 vector<pthread_t> all_threads; in main() local
4354 all_threads.push_back(pt); in main()
4365 all_threads.push_back(pt); in main()
4375 all_threads.push_back(pt); in main()
4391 for (auto&& it : all_threads) in main()
/third_party/python/Lib/test/support/
D__init__.py1751 faulthandler.enable(file=fd, all_threads=True)
/third_party/python/Tools/c-analyzer/
DTODO133 … static struct { int enabled; PyObject *file; int fd; int all_threads; PyInterpreterS…