Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dfaulthandler.c58 int all_threads; member
184 faulthandler_dump_traceback(int fd, int all_threads, in faulthandler_dump_traceback() argument
204 if (all_threads) { in faulthandler_dump_traceback()
221 int all_threads = 1; in faulthandler_dump_traceback_py() local
228 &file, &all_threads)) in faulthandler_dump_traceback_py()
239 if (all_threads) { in faulthandler_dump_traceback_py()
323 faulthandler_dump_traceback(fd, fatal_error.all_threads, in faulthandler_fatal_error()
399 faulthandler_dump_traceback(fd, fatal_error.all_threads, in faulthandler_exc_handler()
497 int all_threads = 1; in faulthandler_py_enable() local
502 "|Op:enable", kwlist, &file, &all_threads)) in faulthandler_py_enable()
[all …]
/external/python/cpython3/Include/internal/
Dpycore_faulthandler.h41 int all_threads; member
54 int all_threads; member
/external/python/cpython3/Doc/library/
Dfaulthandler.rst58 .. function:: dump_traceback(file=sys.stderr, all_threads=True)
60 Dump the tracebacks of all threads into *file*. If *all_threads* is
72 .. function:: enable(file=sys.stderr, all_threads=True)
77 signals to dump the Python traceback. If *all_threads* is ``True``,
92 if *all_threads* is true.
137 .. function:: register(signum, file=sys.stderr, all_threads=True, chain=False)
140 the traceback of all threads, or of the current thread if *all_threads* is
/external/python/cpython3/Lib/test/
Dtest_faulthandler.py92 filename=None, all_threads=True, other_regex=None, argument
103 if all_threads:
351 all_threads=False)
689 def check_register(self, filename=False, all_threads=False, argument
747 all_threads=all_threads,
757 if all_threads:
787 self.check_register(all_threads=True)
/external/pytorch/test/cpp_extensions/open_registration_extension/test/
Dtest_openreg.py24 all_threads = psutil.Process(pid).threads()
28 for t in all_threads:
/external/coreboot/src/lib/
Dthread.c20 static struct thread all_threads[TOTAL_NUM_THREADS]; variable
250 t = &all_threads[0]; in threads_initialize()
260 t = &all_threads[i]; in threads_initialize()
/external/pytorch/torch/distributed/elastic/multiprocessing/errors/
Derror_handler.py53 faulthandler.enable(all_threads=True)
/external/python/cpython3/Lib/test/libregrtest/
Dsetup.py41 faulthandler.enable(all_threads=True, file=stderr_fd)
/external/grpc-grpc/src/python/grpcio_tests/tests/fork/
Dmethods.py142 faulthandler.enable(all_threads=True)
/external/elfutils/debuginfod/
Ddebuginfod.cxx4662 vector<pthread_t> all_threads; in main() local
4675 all_threads.push_back(pt); in main()
4689 all_threads.push_back(pt); in main()
4699 all_threads.push_back(pt); in main()
4716 for (auto&& it : all_threads) in main()
/external/autotest/server/
D_autoserv.py471 faulthandler.register(signal.SIGTERM, all_threads=True, chain=True)
D_autoserv471 faulthandler.register(signal.SIGTERM, all_threads=True, chain=True)
/external/python/cpython3/Lib/test/support/
D__init__.py1958 faulthandler.enable(file=fd, all_threads=True)
/external/python/cpython3/Tools/c-analyzer/
DTODO105 … static struct { int enabled; PyObject *file; int fd; int all_threads; PyInterpreterS…
/external/python/cpython3/Doc/data/
Dpython3.13.abi16784 …<var-decl name='all_threads' type-id='type-id-5' visibility='default' filepath='./Include/internal…
16824 …<var-decl name='all_threads' type-id='type-id-5' visibility='default' filepath='./Include/internal…