Home
last modified time | relevance | path

Searched defs:_shutdown (Results 1 – 8 of 8) sorted by relevance

/external/pytorch/torch/distributed/elastic/agent/server/
Dlocal_elastic_agent.py355 def _shutdown( member in LocalElasticAgent
Dapi.py480 def _shutdown( member in SimpleElasticAgent
/external/python/cpython3/Lib/concurrent/futures/
Dthread.py18 _shutdown = False variable
/external/pytorch/torch/_inductor/compile_worker/
Dsubproc_pool.py176 def _shutdown(self): member in SubprocMain
/external/perfetto/ui/src/core/
Draf_scheduler.ts41 private _shutdown = false; property in RafScheduler
/external/pytorch/test/distributed/elastic/agent/server/test/
Dapi_test.py147 def _shutdown(self): member in TestAgent
/external/python/cpython3/Lib/
Dweakref.py560 _shutdown = False variable in finalize
Dthreading.py1516 def _shutdown(): function