Searched defs:_shutdown (Results 1 – 8 of 8) sorted by relevance
/external/pytorch/torch/distributed/elastic/agent/server/ | ||
D | local_elastic_agent.py | 355 def _shutdown( member in LocalElasticAgent |
D | api.py | 480 def _shutdown( member in SimpleElasticAgent |
/external/python/cpython3/Lib/concurrent/futures/ | ||
D | thread.py | 18 _shutdown = False variable |
/external/pytorch/torch/_inductor/compile_worker/ | ||
D | subproc_pool.py | 176 def _shutdown(self): member in SubprocMain |
/external/perfetto/ui/src/core/ | ||
D | raf_scheduler.ts | 41 private _shutdown = false; property in RafScheduler |
/external/pytorch/test/distributed/elastic/agent/server/test/ | ||
D | api_test.py | 147 def _shutdown(self): member in TestAgent |
/external/python/cpython3/Lib/ | ||
D | weakref.py | 560 _shutdown = False variable in finalize |
D | threading.py | 1516 def _shutdown(): function |