Home
last modified time | relevance | path

Searched defs:is_process_running (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/watchdog/src/watchdog/tricks/
D__init__.py140 def is_process_running(self) -> bool: member in ShellCommandTrick
/aosp_15_r20/external/pytorch/torch/distributed/elastic/timer/
H A Dfile_based_local_timer.py234 def is_process_running(pid: int): member in FileTimerServer